https://github.com/josemavarez11/emotions-detector
Python application for detecting emotions based on facial expressions
https://github.com/josemavarez11/emotions-detector
ai cv2 matplotlib python tensorflow tkinter-gui
Last synced: 3 months ago
JSON representation
Python application for detecting emotions based on facial expressions
- Host: GitHub
- URL: https://github.com/josemavarez11/emotions-detector
- Owner: josemavarez11
- Created: 2024-06-20T19:27:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T03:42:09.000Z (about 2 years ago)
- Last Synced: 2025-10-19T05:49:46.638Z (9 months ago)
- Topics: ai, cv2, matplotlib, python, tensorflow, tkinter-gui
- Language: Python
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emotions detector
**Emotion detector based on facial expressions made in python.**
It uses an artificial intelligence model trained with the FER-2013 dataset.
It is able to recognise facial expressions via webcam and determine matches with the AI model. It also accepts image input to return the emotion found.
> [!NOTE]
> School project for artificial intelligence class at URU.