Skip to content

This is a facial expression recognition app built using Tensorflow & OpenCV (Python 🐍). The flask app is trained and can detect expressions like happy, sad, fear, angry, etc.

Notifications You must be signed in to change notification settings

Surajv311/Facial-exp-recognition

Repository files navigation

Facial expresssion recognition project

The following project uses tensorflow , keras , opencv libraries in the project.

Before cloning and running the project ensure that you have the necessary libraries installed in your environment. You may install:
conda install keras
conda install tensorflow
conda install opencv
conda install numpy
conda install matplotlib
conda install seaborn
pip install livelossplot

To run the project.
Open the terminal in the same directory and run: python main.py
And then run the flask app in the web browser at

localhost:5000


To get the facial expression of your face using the webcam then
check the comments in camera.py file and make the appropriate changes.

img

About

This is a facial expression recognition app built using Tensorflow & OpenCV (Python 🐍). The flask app is trained and can detect expressions like happy, sad, fear, angry, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published