Skip to content

A program that sets up a flask app on localhost port 5000 that uses your video camera to identify what mood you're in.

Notifications You must be signed in to change notification settings

vsarunhah/Facial-Expression-Recognition

Repository files navigation

Facial Expression Recognizer

A program built using tensorflow, Adam and Flask to set up a basic website on localhost port 5000 that uses your video camera to identify what mood you're in.

To run it - ensure you have pipenv installed:

  1. pipenv install
  2. pipenv run python3 main.py

Possible Issues

If the webcam causes any issues, you can change the cv2.VideoCapture line in camera.py and pass in the path to any file you would like to use. There are 2 examples in the videos folder.

About

A program that sets up a flask app on localhost port 5000 that uses your video camera to identify what mood you're in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages