This project is a Facial Emotion Recognition System built using deep learning. It can classify human emotions from facial expressions in real time.
We use the FER2013 dataset available on Kaggle.
Below is a preview of the application interface:
βββ app.py # Main application script
βββ model/ # Trained model files
βββ templates/ # HTML templates for the web app
βββ Screenshot 2025-01-02 141504.png
βββ README.md
- Clone this repository:
git clone https://github.com/KailashSatkuri-warangal/Facial-emotions.git cd Facial-emotions - Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
- Open your browser at
http://127.0.0.1:5000
π€ Kailash Satkuri
- GitHub: KailashSatkuri-warangal
