pull from docker registry
docker pull holychicken99/emotio:0.1
supports webcam feed on linux
docker run -it -p 5000:5000 --device /dev/video0 holychicken99/emotio:0.1
docker run -it -p 5000:5000 holychicken99/emotio:0.1
⚠️ Manual Build works only on Linux OS !
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
Client: tailwind
Server: python3
, flask
, open-cv