https://github.com/shr-reny/emotiscan
This project helps to detect real-time emotions on the face captured using webcam.
https://github.com/shr-reny/emotiscan
deepface mach python3
Last synced: 11 months ago
JSON representation
This project helps to detect real-time emotions on the face captured using webcam.
- Host: GitHub
- URL: https://github.com/shr-reny/emotiscan
- Owner: Shr-reny
- Created: 2024-07-27T13:20:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T19:30:02.000Z (over 1 year ago)
- Last Synced: 2025-06-25T23:34:06.931Z (about 1 year ago)
- Topics: deepface, mach, python3
- Language: Python
- Homepage: https://emoti-scan.vercel.app
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmotiScan
This project helps to detect real-time emotions on the face captured using webcam.
## Run Locally
Clone the project
```bash
git clone https://github.com/Shr-reny/EmotiScan.git
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
pip install -r requirements.txt
```
To run this project, you will need to add the Gemini API key to your .env file `API_KEY`
Start the server
```bash
python run main.py
```