Skip to content

Implementation of Using Word2vec for Music Recommendations.

Notifications You must be signed in to change notification settings

ziadmoubayed/song-similarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

song-similarity

This is an implementation of Using Word2vec for Music Recommendations.

We use fastText and the LastFm DataSet.

Steps

Make sure you have fastText installed.

  • Clone the repo.
  • Run start.sh fasttext-dir/fasttext

You will get songs-model.bin when the training finishes. Use it to predict nearest neigbors.

fasttext nn songs-model.bin

About

Implementation of Using Word2vec for Music Recommendations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published