All Projects → gdscjgec → Rhythm-Finder

gdscjgec / Rhythm-Finder

Licence: MIT license
ML-powered Music Recommendation Engine

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rhythm-Finder

Carskit
Java-Based Context-aware Recommendation Library
Stars: ✭ 98 (+326.09%)
Mutual labels:  recommendation-engine
Recommenderlab
recommenderlab - Lab for Developing and Testing Recommender Algorithms - R package
Stars: ✭ 174 (+656.52%)
Mutual labels:  recommendation-engine
Movie-Recommendation-Chatbot
Movie Recommendation Chatbot provides information about a movie like plot, genre, revenue, budget, imdb rating, imdb links, etc. The model was trained with Kaggle’s movies metadata dataset. To give a recommendation of similar movies, Cosine Similarity and TFID vectorizer were used. Slack API was used to provide a Front End for the chatbot. IBM W…
Stars: ✭ 33 (+43.48%)
Mutual labels:  recommendation-engine
Simple recommender
A simple recommendation engine for Rails/Postgres
Stars: ✭ 101 (+339.13%)
Mutual labels:  recommendation-engine
Mangaki
Site de recommandation de mangas et d'anime
Stars: ✭ 118 (+413.04%)
Mutual labels:  recommendation-engine
Disco
Recommendations for Ruby and Rails using collaborative filtering
Stars: ✭ 207 (+800%)
Mutual labels:  recommendation-engine
Bash Snippets
A collection of small bash scripts for heavy terminal users
Stars: ✭ 8,558 (+37108.7%)
Mutual labels:  recommendation-engine
Machine-Learning
Examples of all Machine Learning Algorithm in Apache Spark
Stars: ✭ 15 (-34.78%)
Mutual labels:  recommendation-engine
Deeprecommender
Deep learning for recommender systems
Stars: ✭ 1,593 (+6826.09%)
Mutual labels:  recommendation-engine
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+352.17%)
Mutual labels:  recommendation-engine
Too
Simple recommendation engine implementation built on top of Redis
Stars: ✭ 104 (+352.17%)
Mutual labels:  recommendation-engine
Tagrec
Towards A Standardized Tag Recommender Benchmarking Framework
Stars: ✭ 113 (+391.3%)
Mutual labels:  recommendation-engine
Recommender
A C library for product recommendations/suggestions using collaborative filtering (CF)
Stars: ✭ 238 (+934.78%)
Mutual labels:  recommendation-engine
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+51282.61%)
Mutual labels:  recommendation-engine
laracombee
📊 A Recombee integration for Laravel
Stars: ✭ 91 (+295.65%)
Mutual labels:  recommendation-engine
Movie Recommender System
Basic Movie Recommendation Web Application using user-item collaborative filtering.
Stars: ✭ 85 (+269.57%)
Mutual labels:  recommendation-engine
Chameleon recsys
Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems
Stars: ✭ 202 (+778.26%)
Mutual labels:  recommendation-engine
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (+39.13%)
Mutual labels:  recommendation-engine
raptor
A lightweight product recommendation system (Item Based Collaborative Filtering) developed in Haskell.
Stars: ✭ 34 (+47.83%)
Mutual labels:  recommendation-engine
RecommendationEngine
Source code and dataset for paper "CBMR: An optimized MapReduce for item‐based collaborative filtering recommendation algorithm with empirical analysis"
Stars: ✭ 43 (+86.96%)
Mutual labels:  recommendation-engine
Banner

Logo

Rhythm Finder

An awesome README template to jumpstart your projects!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

![Product Name Screen Shot][product-screenshot]

Rhythm-Finder is a unsupervised ML driven python powered web-application that can find the songs that suits you. It takes your basic data over music taste and gives you some song which you might like .

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Dataset

  • We will be using the spotify dataset encoded in csv format.
  • Link of the dataset : Download Dataset

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Clone the repo
    git clone https://github.com/gdscjgec/Rhythm-Finder.git
  2. Install dependencies
    cd Rhythm-Finder
    pip install requirements.txt
    
  3. Open terminal and go to the folder using cd command example : cd <FILE_PATH>
  4. Run the command
    streamlit run app.py
    

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch ( git checkout -b feature/AmazingFeature )
  3. Add your Changes ( git add . )
  4. Commit your Changes ( git commit -m 'Add some AmazingFeature' )
  5. Push to the Branch ( git push origin feature/AmazingFeature )
  6. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Mail us at - [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].