Skip to content

danibalcells/notella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome!

Notella is a mockup music recommendation system. It uses the MusicBrainz API to suggest songs based on direct connections between artists: band memberships, collaborations...

There's a server running Notella here, give it a try!

Installation

Clone the repo and install the required Python packages:

pip install -r pip-requirements.txt

Run the webserver using the following command:

python manage.py runserver 0:8000

If necessary, change the IP adress 0 and port 8000 in the command above.

That's it! Visit http://localhost:8000 (or whatever IP and port apply in your case) and start discovering music.

About

Mockup recommendation system. Sweet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published