Skip to content

Intelligent emotion recognition and music recommendation.

Notifications You must be signed in to change notification settings

amankumar11/Emotio

Repository files navigation

EmotiỘ

EmotioỘ

Intelligent emotion recognition and music recommendation


Docker

pull from docker registry

docker pull holychicken99/emotio:0.1

To run

For Linux

supports webcam feed on linux

docker run -it -p 5000:5000 --device /dev/video0 holychicken99/emotio:0.1 

For Windows

docker run -it -p 5000:5000  holychicken99/emotio:0.1

⚠️ Manual Build works only on Linux OS !

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd CLI

Install dependencies

  pip install -r requirements.txt

Start the server

    python3 backend.py

Screenshots

App Screenshot

App Screenshot

License

MIT


Dependencies

Client: tailwind

Server: python3, flask, open-cv