/face-emotionz-webapp

Streamlit web-app using OpenCV to recognize faces in a photo and my custom tensorflow DNN to recognize emotions in those faces.

Primary LanguagePythonMIT LicenseMIT

Face Emotionz Web-App

Streamlit app using OpenCV to recognize faces in a photo and my custom Tensorflow DNN to recognize emotions in those faces.

demo.gif

Deployment

The app is deployed in the free-tier streamlit sharing, try it here.

Dev

streamlit run app/streamlit_app.py --server.maxUploadSize=5

Requirements

  • tensorflow
  • OpenCV