Detects live facial emotion, provides the choice for language, and recommends music with playlist options.
-
Download and extract the project repository from github to your system
-
Create a virtual environment
Open terminal in the folder and enter following code snippets
pip install virtualenv
cd "project_folder_name"
virtualenv venv
venv\Scripts\activate
- Install required packages
Now again open terminal in the main folder
pip install -r requirements.txt
- Open cmd in the folder and run app.py
python app.py