Facial Emotion Recognition (FER) is a project that detects multiple faces, draws bounding boxes around each, and determines the emotion of each detected face. The system uses a Haarcascade pre-trained model for face detection and a Convolutional Neural Network (ConvNN) trained on a dataset for emotion classification. The application operates in real-time.
- Haarcascade Pre-trained Model: Link to model
- Convolutional Neural Network (ConvNN) trained on the FER2013 dataset: Link to dataset
python EmoRec.py
Check the notebook main.py
To install the required dependencies, use the following command:
pip install -r requirements.txt
- Python 3.x
- OpenCV
- TensorFlow
- Numpy
- ...
Include any relevant results, performance metrics, or accuracy scores from the FER system.
Feel free to customize the sections, add specific dependencies to the requirements.txt
file, and include any other information that might be relevant for users and contributors.