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
To get the facial expression of your face using the webcam then
check the comments in camera.py file and make the appropriate changes.