AdityaSingh17 / Emotinet

Emotinet - A Facial Expression Recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Emotinet - A Facial Expression Recognizer

License:MIT License


Languages

Language:Jupyter Notebook 96.4%Language:HTML 2.2%Language:Python 0.9%Language:CSS 0.5%