Skip to content

harshithakolipaka/Million_Song_Recommendation_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Million_Song_Recommendation_Engine

Dataset Information

Million Songs Dataset contains of two files: triplet_file and metadata_file. The triplet_file contains user_id, song_id and listen time. The metadata_file contains song_id, title, release, year and artist_name. Million Songs Dataset is a mixture of song from various website with the rating that users gave after listening to the song.

There are 3 types of recommendation system: content-based, collaborative and popularity.

Download links:- https://static.turi.com/datasets/millionsong/10000.txt https://static.turi.com/datasets/millionsong/song_data.csv

Note: Please check the repository for dataset files if the links are not working

Libraries

  • pandas
  • Recommenders

    Algorithms

  • Popularity filtering
  • Content-Based filtering
  • Collaborative filtering
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published