GithubHelp home page GithubHelp logo

music's Introduction

Music Application

  • The general approach taken was to have an Artist user along with a Consumer user, who can add songs and albums to make it more intuitive.
  • The recommendation approach was content based recommendation since collaborative filtering needs lots of data. Similarity scores were calculated between two songs based on album/artist/genre and ranked them in decreasing order of their scores.
  • The goal was to recommend users songs similar to their playlists but not in their playlist to avoid having the same songs again and again. However, if the system runs out of new songs to recommend the current playlists songs are taken into consideration to match the required playlist length.
  • Another recommendation strategy for categories alone (e.g. only genre based songs, artist based songs) was to find out the likeliness of the user to listen to the same genre which was calculated by numOfSongsWithCategory/totalNumOfSongs. This was used when songs were to be recommended on genre alone or artist alone or album alone.
  • The postman collection for testing has been added for testing.

Installation

Install the dependencies and start the server.

$ git clone https://github.com/Mihir-Karbelkar/Music.git
$ cd Music
$ pip install -r requirements.txt
$ python manage.py runserver

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.