[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]
Content Based Music Recommendation Service
Visit the website »
View Demo
·
Report Bug
·
Request Feature
![Product Name Screen Shot][product-screenshot]
reZonance is a Content Based Recommendation Service which suggests songs similar to the one chosen by the user. It has approximately 160,000 songs in its database and takes about 300ms to generate recommendations.
Content-based filtering uses item features to recommend other items similar to what the user likes, based on their previous actions or explicit feedback.
Cosine similarity measures the similarity between two vectors by calculating the cosine of the angle between them. A simple visualization and the formula can be found below.
Recommendation engines that run on collaborative filtering recommend each item (products advertised on your site) based on user actions. The more user actions an item has, the easier it is to tell which user would be interested in it and what other items are similar to it. As time progresses, the system will be able to give more and more accurate recommendations.
This, however, brings a major contradiction and difficulty to classified sites and their recommendation engines. Even though a new song can actually be the the most relevant one to a user, a recommendation system has far less confidence in recommending them than it has with older songs, but it’s just simply not a good idea to let songs ads dominate the recommendation process.
Similarly newer users cannot be provided with accurate recommendations until the user has made few choices himself/herself which will tune the recommendation algorithm. ## Built With
## Getting Started To get a local copy up and running follow these simple example steps. ### Prerequisites * React * Python 3.6+ ### Installation
Thank You StackOverflow :sweat_smile:
[contributors-shield]: https://img.shields.io/github/contributors/radioactive11/rezonance.svg?style=flat-square [contributors-url]: https://github.com/radiaoctive11/rezonance/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/radioactive11/rezonance.svg?style=flat-square [forks-url]: https://github.com/radiaoctive11/rezonance/network/members [stars-shield]: https://img.shields.io/github/stars/radioactive11/rezonance.svg?style=flat-square [stars-url]: https://github.com/radiaoctive11/rezonance/stargazers [issues-shield]: https://img.shields.io/github/issues/radioactive11/rezonance.svg?style=flat-square [issues-url]: https://github.com/radiaoctive11/rezonance/issues [license-shield]: https://img.shields.io/github/license/radioactive11/rezonance.svg?style=flat-square [license-url]: https://github.com/radiaoctive11/rezonance/blob/master/LICENSE.txt [product-screenshot]: STATIC_IMG/vid.gif