https://github.com/scifer99/emotion-recognition-through-webcams
This script was designed to contribute to recognizing emotions using Python.
https://github.com/scifer99/emotion-recognition-through-webcams
deep-learning emotion-analysis emotion-detection emotion-recognition machine-learning
Last synced: about 2 months ago
JSON representation
This script was designed to contribute to recognizing emotions using Python.
- Host: GitHub
- URL: https://github.com/scifer99/emotion-recognition-through-webcams
- Owner: SCIFER99
- License: mit
- Created: 2023-01-05T04:31:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T04:35:25.000Z (over 3 years ago)
- Last Synced: 2025-01-07T14:22:13.927Z (over 1 year ago)
- Topics: deep-learning, emotion-analysis, emotion-detection, emotion-recognition, machine-learning
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emotion-Recognition-through-Webcams
This script was designed to contribute to recognizing emotions using Python.
So, I found out you can even detect emotions through live webcams! Very cool!
The packages from before are the same!
pip3 install cv2
pip3 install deepface
pip3 install numpy
That's all folks! Later for now!