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

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.

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
```