Facial Expression Emotion Detection

This project is aimed at creating an Emotion Detection application using Facial Expression from images. The application provides a user interface using Kivy, allowing users to capture images through a camera or select an image from their file system. The captured or selected image is then processed for emotion detection.

Features

  • Camera input for real-time image capture.
  • Image file selector for choosing existing images.
  • Basic UI using Kivy framework.

Getting Started

Prerequisites

Make sure you have Python and Kivy installed on your system.

pip install kivy

Installation

  1. Clone the repository:

    git clone https://github.com/psunday2000/facial-expression-emotion.git
  2. Navigate to the project directory:

    cd facial-expression-emotion
  3. Run the application:

    python main.py

Usage

  • Launch the application.
  • Use the camera to capture images or select an existing image.
  • Processed images will be displayed on the UI.

Contributing

Contributions are welcome! If you have any improvements or feature suggestions, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.