Skip to content

Udhay-Brahmi/Emotion-based-music-recommendation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotion based music recommendation system

This web based app written in python will first scan your current emotion with the help of OpenCV & then crop the image of your face from entire frame once the cropped image is ready it will give this image to trained MACHINE LEARNING model in order to predict the emotion of the cropped image.This will happen for 30-40 times in 2-3 seconds, now once we have list of emotion's (contain duplicate elements) with us it will first sort the list based on frequency & remove the duplicates. After performing all the above steps we will be having a list containing user's emotion in sorted order, Now we just have to iterate over the list & recommend songs based on emotions present in the list.

Installation & Run

Create new project in pycharm and add above files. After that open terminal and run the following command. This will install all the modules needed to run this app.

  pip install -r requirements.txt

To run the app, type following command in terminal.

  streamlit run app.py

Libraries

  • Streamlit
  • Opencv
  • Numpy
  • Pandas
  • Tensorflow
  • Keras

Screenshots

app · Streamlit - Google Chrome 28-04-2022 18_08_18 (2) Video 28-04-2022 18_09_52 Video 28-04-2022 18_09_57 Video 28-04-2022 18_09_47

Demo video

Emotion based music recommendation system

Authors

Support

For support, email [email protected] or [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published