It is a computer vision program that is made in Python dealing with recommending songs based on current user emotion.
It uses computer vision to do two things: to recognize and identify the user in front of the camera and to identify and detect the user's emotions. The information is sent to the program and pulls up songs the user usually listens to when they are feeling a certain emotion. If the user is not known, the program will pull up songs that known users usually listen to when they feel the same emotion. Check out the demo and presentation!
Use the packge manager pip to install virtualenv and requirements.txt to install the following dependencies.
virtualenv faied
source faied/bin/activate
pip install -r requirements.txt
Run the following code on the console to run the program.
flask run --host=localhost
The command runs the Flask app locally and you can try out the computer vision program.
Mentor:
Members:
