Skip to content

RetroSpectra is a real-time facial emotion detection application. It uses Convolutional Neural Network (CNN) to identify human emotions from live video feed. The application leverages a pre-trained model to accurately detect and classify emotions, providing an interactive and engaging user experience.

License

Notifications You must be signed in to change notification settings

KaSaNaa/RetroSpectra

Repository files navigation

All the data/images that are used to train this model lies in this zip.

How to run

Follow these steps to set up and run the project:

  1. Navigate to your project directory in the terminal.

  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows

      .\venv\Scripts\activate
    • On Unix or MacOS

      source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt
  5. When you're done working in the virtual environment for the moment, you can deactivate it:

    deactivate
  6. Run the app:

    python app.py

About

RetroSpectra is a real-time facial emotion detection application. It uses Convolutional Neural Network (CNN) to identify human emotions from live video feed. The application leverages a pre-trained model to accurately detect and classify emotions, providing an interactive and engaging user experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published