Developed a Real-Time Emotion Recognition System using Deepface. The system can detect and recognize Emotions in a Real-Time streaming video or through a live webcam and display the results in the screen.
Emotion.Recognition.Demo.Made.with.Clipchamp.1.mp4
- Open CV.
- Deepface.
- Python 3.
- PyCharm.
- Install DeepFace:
pip install deepface
- Install OpenCV:
pip3 install opencv-python
- Run the Script, type:
python emotion.py
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help me know what this Code is all about.