Skip to content

Latest commit

Β 

History

History
58 lines (39 loc) Β· 1.27 KB

File metadata and controls

58 lines (39 loc) Β· 1.27 KB

Facial Emotions Recognition 🎭

This project is a Facial Emotion Recognition System built using deep learning. It can classify human emotions from facial expressions in real time.


πŸ“‚ Dataset

We use the FER2013 dataset available on Kaggle.

πŸ‘‰ Download FER2013 Dataset


πŸ–₯️ Interface

Below is a preview of the application interface:

Interface


πŸ“ Project Structure

β”œβ”€β”€ app.py                # Main application script
β”œβ”€β”€ model/                # Trained model files
β”œβ”€β”€ templates/            # HTML templates for the web app
β”œβ”€β”€ Screenshot 2025-01-02 141504.png
β”œβ”€β”€ README.md

πŸš€ How to Run (Localhost)

  1. Clone this repository:
    git clone https://github.com/KailashSatkuri-warangal/Facial-emotions.git
    cd Facial-emotions
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the app:
    python app.py
  4. Open your browser at http://127.0.0.1:5000

πŸ“Œ Author

πŸ‘€ Kailash Satkuri