frame-game
Code for https://frame-game.onrender.com.
Overview
- Code is written in Python.
- Keypoint generation relies on OpenCV.
- Website is built using plotly Dash.
Running
- Setup a virtual environment and install requirements
./create_local_env.sh
- Generate keypoint data (if required)
python generate_data.py
- Run the site
python app.py