An open API service indexing awesome lists of open source software.

https://github.com/sharp119/emotion_detector


https://github.com/sharp119/emotion_detector

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Installation Steps

1. Clone the repository using the command `git clone https://github.com/sharp/emotion_detection.git`.
2. Navigate to the project directory using the command `cd emotion_detection`.
3. Create a virtual environment using the command `python -m venv venv`.
4. Activate the virtual environment using the command `source venv/bin/activate` on Linux/Mac or `venv\Scripts\activate` on Windows.
5. Install the required packages using the command `pip install -r requirements.txt`.
6. Run the application using the command `python emotion_detector.py `.
7. Replace `` with the path to the video file you want to analyze. For example, `python emotion_detector.py videos/sample_video.mp4`.