/music-recommender

A proof of concept project to recommend bands using cosine similarity

Primary LanguagePython

##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