https://github.com/scifer99/emotion-recognition-of-photos
This scripts was designed to recognize a person's emotion through photos
https://github.com/scifer99/emotion-recognition-of-photos
deep-learning emotion-analysis emotion-detection emotion-recognition emotional-intelligence machine-learning machinelearning-python
Last synced: 4 months ago
JSON representation
This scripts was designed to recognize a person's emotion through photos
- Host: GitHub
- URL: https://github.com/scifer99/emotion-recognition-of-photos
- Owner: SCIFER99
- License: mit
- Created: 2023-01-05T04:23:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T04:28:28.000Z (over 2 years ago)
- Last Synced: 2025-01-07T14:22:12.599Z (6 months ago)
- Topics: deep-learning, emotion-analysis, emotion-detection, emotion-recognition, emotional-intelligence, machine-learning, machinelearning-python
- Language: Python
- Homepage:
- Size: 129 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-of-Photos
This scripts was designed to recognize a person's emotion through photosHey all! Long time, eh? So, I am extremely interested in Machine Learning thanks to previous movies
I watched before! Now, I am officially contributing to building machine learning projects! Thanks!Please install these packages if you have not done so already:
pip3 install cv2
pip3 install deepface
pip3 install numpy
That's all folks!