Skip to content

Skiphantasy/AI-Project

Repository files navigation

Face Mask Detector

face_mask

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

Deploy Locally

Run python app.py and navigate on your web browser to http://<your-public-ip>:5000.

Deploy to Heroku

  1. Install Heroku CLI
  2. Sign up to Heroku CLI
  3. Run cd poc_flask_app
  4. Run git init
  5. Run git add .
  6. Run git commit -m "first commit"
  7. Run heroku login
  8. Run heroku create your-app-name
  9. Run git push heroku master
  10. App will be deployed to http://your-app-name.herokuapp.com

Scripts

video_app.py is a script to open a native camera application on your computer (not accesible via web) for development purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages