You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
static | 1 month ago | |
templates | 1 month ago | |
.gitignore | 1 month ago | |
LICENSE | 3 years ago | |
README.md | 1 month ago | |
camera.py | 1 month ago | |
main.py | 1 month ago | |
requirements.txt | 1 month ago | |
util.py | 1 month ago |
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