Skip to content
/ eroji Public

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.

License

Notifications You must be signed in to change notification settings

a3ro-dev/eroji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages