Skip to content

A music recommendation engine built using Google's Cloud Functions and Typescript

Notifications You must be signed in to change notification settings

KarimElghamry/Music-Recommendation-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Recommendation Engine

  • A recommendation engine built using Google's Cloud Functions and Typescript

  • cNK (combination between Naive Bayes and K-NN) algorithm was used

  • Heavily inspired by this technical paper

Explanation

In this project, a recommendation engine is built from scratch by the aid of the Spotify dataset which includes thousands of song records with their respective features. In brief, the attributes for each song are initially normalized using feature scaling techniques, which is then used to feed the KNN and Naïve Bayes (cKN) classifiers to recommend the most suitable songs.

About

A music recommendation engine built using Google's Cloud Functions and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published