Skip to content

mehboob14/MLB-HACK

Repository files navigation

STATVISION

Video Metrics Analyzer is a hackathon project, a web-based tool that extracts key metrics from videos using OpenCV and overlays them onto the video using MoviePy. 🚀 Features

✅ Upload video or provide a URL ✅ Extract metrics like pitch speed, launch angle, etc. ✅ Overlay extracted metrics on the video ✅ Download the processed video 🛠️ Tech Stack

Frontend: React.js
Backend: FastAPI
Processing: OpenCV, MoviePy,Google Cloud

🔧 Setup Instructions

Clone the repository
Install dependencies for frontend & backend

cd frontend && npm install
cd ../backend && pip install -r requirements.txt

Run the backend

uvicorn main:app --reload

Start the frontend

cd frontend && npm start  

About

Baseball Videos Metrics Extractor is a hackathon project designed to analyze sports performance by extracting key metrics from videos using OpenCV and overlaying them using MoviePy. It provides an easy-to-use web interface where users can upload videos or provide URLs and receive a processed video with insights.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors