/Emotinet

Emotinet - A Facial Expression Recognizer

Primary LanguageJupyter NotebookMIT LicenseMIT

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