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
