This is a deep learning project which is using face-api for face detection and using Deep Learning with Tensorflow js, face-api.js, Flask and Keras.
python==3.6
Modules needed to run web app locally:
gunicorn==20.0.4
flask
Flask-Bootstrap==3.3.7.1
numpy==1.19.4
Our App is currently deployed here
Run python app.py
and navigate on your web browser to https://<your-public-ip>:5000
.
- Install Heroku CLI
- Sign up to Heroku CLI
- Run
cd poc_flask_app
- Run
git init
- Run
git add .
- Run
git commit -m "first commit"
- Run
heroku login
- Run
heroku create your-app-name
- Run
git push heroku master
- App will be deployed to https://your-app-name.herokuapp.com
video_app.py
is a script to open a native camera application on your computer (not accesible via web) for development purposes.