Skip to content

AmaanC/music-recommender

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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