Store the music name and artist name
We can use the data obtained from the song and artist name to recommend other music related.
Can i work on it??
Can you be more specific about what have to be done?
The idea is to get the artist and song of the downloaded song, and maybe use Youtube API (or any other relevant API) to suggest more song links.
Giving suggestion for song links can be on the basis of recent searches and for that we can apply random forest. As fas as playlist (artist and songs) is concerned, we can use youtube data api or maybe store it in database and further for giving suggestions, we can use k means clustering algorithm. Suggest me which is better
@Parth-Vader Giving suggestion for song links can be on the basis of recent searches and for that we can apply random forest. we can use youtube data api or maybe store it in database and further for giving suggestions, we can use k means clustering algorithm. Suggest me if something is wrong?
@Parth-Vader An error is coming while initialising moboff in line 7 and 168 some error related to pushbullet setup what to do?
@Anjalihora Post the exact error in the slack channel, it's easier to discuss it there!
@Parth-Vader check if this is relevant...found this cool https://github.com/hackday-people/moretrackslikethis.com
@SaumoPal97 Thanks for this. Looks good to me, but would have been better if they exposed some API endpoints too.
@Parth-Vader basically they are using Spotify APIs only - https://developer.spotify.com/ U might already have seen this I guess. Also last.fm API is there - https://www.last.fm/api
@SaumoPal97 Didn't know LastFM had one too. Thanks, I think they could be considered.
@Anjalihora