a3ro-dev / eroji

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%