Skip to content

henchaves/basketball-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Optional (but recommended): Install ffmpeg

Linux:

sudo apt install ffmpeg

MacOS:

brew install ffmpeg

Windows:

https://www.ffmpeg.org/download.html


  1. Create a Python virtual environment
python -m venv .venv
source .venv/bin/activate
  1. Install the requirements
python -m pip install -r requirements.txt
  1. Run the Flask app
python -m flask run --host=0.0.0.0 --port=5180
  1. Open the app in your browser at http://localhost:5180

  2. Choose a video file and click the "Submit" button

  3. Wait for the new video to be generated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published