Git Product home page Git Product logo

music-recommendation-system's Introduction

Shreyas' GitHub Banner

Hi there πŸ‘‹

  • 🌟 I’m currently working on building data models for everyday useπŸ§‘β€πŸ’»πŸ§‘β€πŸ’»

  • 🌟 I’m currently learning how to develop efficient models using new algorithmsπŸ•΅οΈπŸ•΅οΈ

  • 🌟 I’m looking to collaborate on projects related to Computer Vision,ML domains.πŸ“·πŸ“ž

Alt Text

Alt Text

Github stats

ReadMe Card

πŸ’Ό Skills

Social Media handles.

Twitter Badge LinkedIn Badge Kaggle Badge

Hope you find me there :)

music-recommendation-system's People

Contributors

shreyaspj20 avatar utsavpati avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

music-recommendation-system's Issues

No config File

Project has no config file and tend to import and use config in run.py, which is trying to fetch credentials for spotifyapi

AttributeError: module 'config' has no attribute 'cid'

Hello, @shreyaspj20

There was an error in code. please help me to solve this. why it is saying module 'config' has no attribute 'cid'

Traceback (most recent call last):
File ".\run.py", line 15, in
client_credentials_manager = SpotifyClientCredentials(client_id=config.cid, client_secret=config.secret)
AttributeError: module 'config' has no attribute 'cid'

error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'

Hey @shreyaspj20
When I run the file Emotion-based Music recommender.ipynb for testing purposes. I receive this error:
Could you help out?

error                                     Traceback (most recent call last)
<ipython-input-25-f585d1914d26> in <module>
----> 1 emotion_word=emotion_testing()
      2 if emotion_word=='sad':
      3     emotion_code=0
      4 else:
      5     emotion_code=1

<ipython-input-24-fa4bdd7cd83f> in emotion_testing()
      8             gray_img= cv2.cvtColor(test_img, cv2.COLOR_BGR2GRAY)
      9 
---> 10             faces_detected = face_detection.detectMultiScale(gray_img, 1.32, 5)
     11 
     12 

error: OpenCV(4.5.4) D:\a\opencv-python\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1689: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.