Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 872 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 872 Bytes

Emotinet - A Facial Expression Recognizer

A real-time facial expression recognizer for the seven most basic human expressions:

  • Anger 😠
  • Disgust 😣
  • Fear 😨
  • Happy 😄
  • Neutral 😐
  • Sad 😔
  • Surprise 😮

Installation

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

Usage

Run the following code in terminal from the project directory.

python3 main.py

Research paper link

The research paper published in Journal of Huazhong University of Science and Technology can be found here.

License

MIT