xoy dacad4db10 | ||
---|---|---|
static | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
camera.py | ||
main.py | ||
requirements.txt | ||
util.py |
README.md
Flask Camera Live Stream
Usage
Creating the virtual environment
pip install venv
python -m venv venv
Activate the virtual environment
Windows (CMD)
venv\Scripts\activate.bat
Linux / Mac OS
source venv/bin/activate
Installing the dependencies
pip install -r requirements.txt
Running the app (not recommended for production)
python main.py