/Facial-exp-recognition

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.

Primary LanguageJupyter Notebook

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