This project is a facial emotion detection system developed by Lucas Boscatti. It utilizes deep learning techniques to recognize and classify emotions in real-time from images or video sources. The project provides a user-friendly interface for running the emotion detection system with various options and configurations.
- Clone this repository to your local machine:
git clone https://github.com/lucasboscatti/EmotionDetection.git
-
Install Docker
-
Run the following command to build the Docker image:
docker build --tag python-docker .
- Run the following command to run the Docker image:
docker run -p 5000:5000 python-docker
-
Visit http://localhost:5000 in your web browser to access the emotion detection system.
-
To stop the Docker container, run the following command:
docker stop python-docker