Facial Expression Recognition Classifier Model
Create a virtual environment in Anaconda conda create --name opencv-test
Activate the virtual environment conda actvate opencv-test
Install from the requirements.txt pip install -r requirements.txt
Run the flask file. python main.py
open the local server : localhost:5000/
To start the demo, click on Start Live Demo button.