Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 735 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 735 Bytes

Eroji - Emotion Recognition using DeepFace

Eroji is a simple Python script that uses the DeepFace library to detect faces in an image and recognize the emotions, gender and race of the detected faces.

Installation

  1. Clone this repository.
  2. Install the required dependencies by running pip install -r requirements.txt

Usage

  1. Place the image you want to analyze in the root directory with the name Photo.jpg
  2. Run python main.py to run the script.
  3. The script will detect faces in the image and display the emotion, gender and race for each detected face.
  4. The script will also display the analyzed image in a window.

License

Eroji is licensed under the MIT License. See LICENSE for more information.