Skip to content

A proof of concept project to recommend bands using cosine similarity

Notifications You must be signed in to change notification settings

AmaanC/music-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About:

This project uses LastFM's dataset to find similar bands, and to make recommendations to users based on those computed cosine similarities. What I've implemented is a primitive form of collaborative filtering.

It was made for a college miniproject for the introductory Database Management Systems course, and therefore is only a proof-of-concept, not a fully-fledged "app".

Technology Stack:

PostgreSQL - Database server (create a database named "testdb")

Python - Backend web server

Bootstrap (HTML, CSS, JS) - Frontend website

Screenshots:

image alt text

image alt text

image alt text

About

A proof of concept project to recommend bands using cosine similarity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published