Skip to content

naren-m/flask_video_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask demo app

Install anaconda

Anaconda

Create virtual environment from file

Use environment.yml to create a conda environment

conda env create -f environment.yml

Running python application

python app.py

Output

 * Running on http://0.0.0.0:5000/
 * Restarting with reloader

You can see the app working at http://localhost:5000/

Issues

After closing the web application you have to kill the process by grepping for 'python app.py' and kill it

ps aux | grep "python app.py"
username           554  12.0  0.4  2767156  64300 s002  S     7:22PM   1:26.78 /Users/username/miniconda3/envs/opencv/bin/python app.py

kill -9 554

TODO

Reference

About

Sample flask app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published