Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aureliusivan/spotify-recommender-system-with-word2vec

This project is a recommender system for Spotify songs. The system uses the Word2Vec model to find similar songs based on the song's lyrics.
https://github.com/aureliusivan/spotify-recommender-system-with-word2vec

keras mongodb spark word2vec

Last synced: 10 days ago
JSON representation

This project is a recommender system for Spotify songs. The system uses the Word2Vec model to find similar songs based on the song's lyrics.

Awesome Lists containing this project

README

        

# Spotify Recommender System with Word2Vec
## Introduction
This project is a recommender system for Spotify songs. The system uses the Word2Vec model to find similar songs based on the song's lyrics. The system is implemented in Python and uses the Gensim library to train the Word2Vec model. The system uses the Spotify API to get the lyrics of the songs. The system is implemented in a Jupyter Notebook and is available on GitHub. The system is a content-based recommender system, which means that it recommends songs based on the song's content. The system is evaluated using the Mean Average Precision (MAP) metric