A simple app that classifies a user's emotion based on facial landmarks!
-
The project as of now has 3 running functionalities
-
To run the Emotion Classifier on Jeffa dataset:
cd /path/to/your/directory
python emotrainer.py
-
After which the program will show you a set of 5 images that are chosen at random as test images:
-
Closing that gives us the output with red text representing wrong prediction and green being right:
-
To run the webscraping application for emotion to genre selection:
cd /path/to/your/directory
python emovie.py
cd /path/to/your/directory
python facial_landmarks.py --shape-predictor shape_predictor_68_face_landmarks.dat --image images/<imagename>.jpg