https://github.com/sharp119/emotion_detector
https://github.com/sharp119/emotion_detector
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharp119/emotion_detector
- Owner: sharp119
- Created: 2024-10-20T15:37:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:20:51.000Z (8 months ago)
- Last Synced: 2025-02-05T03:50:03.446Z (4 months ago)
- Language: Python
- Size: 56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.