To run flask:
-
pip install Flask (if you don't have Flask installed)
-
For Windows:
- $ set FLASK_APP=main.py
- $ flask run
-
For Linux:
- $ export FLASK_APP=main.py
- $ flask run
Access the application at 127.0.0.1:5000 or localhost:5000
There are a couple other libraries that needs to be downloaded that we haven't listed yet.
We also referenced web cam integration from yushulx/web-camera-recorder. Link: https://github.com/yushulx/web-camera-recorder.git