A real-time facial expression recognizer for the seven most basic human expressions:
- Anger 😠
- Disgust 😣
- Fear 😨
- Happy 😄
- Neutral 😐
- Sad 😔
- Surprise 😮
Clone the GitHub repository.
git clone "https://github.com/AdityaSingh17/Emotinet.git"
Install/update requirements from the requirements.txt
file.
pip install -r requirements.txt
Run the following code in terminal from the project directory.
python3 main.py
The research paper published in Journal of Huazhong University of Science and Technology can be found here.