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.
- Clone this repository.
- Install the required dependencies by running
pip install -r requirements.txt
- Place the image you want to analyze in the root directory with the name
Photo.jpg
- Run
python main.py
to run the script. - The script will detect faces in the image and display the emotion, gender and race for each detected face.
- The script will also display the analyzed image in a window.
Eroji is licensed under the MIT License. See LICENSE
for more information.