Coder Social home page Coder Social logo

music-artist-recommendation-system's Introduction

Music Artist Recommendation System

A recommendation system for music artists based on TF-IDF vectorization.

Overview

This is a simple Flask web application that provides music recommendations based on artist names. It uses a recommendation algorithm implemented in the recommend.py module to suggest similar artists.

File structure

├── Data cleaning and testing file.ipynb
├── README.md
├── app.py
├── recommend.py
├── requirements.txt
└── templates
    ├── index.html
    └── tempx.html
  • Data cleaning and testing file.ipynb: Jupyter Notebook file for data cleaning and testing.
  • README.md: Project documentation file.
  • app.py: Main Flask application file.
  • recommend.py: Module containing the recommendation algorithm.
  • requirements.txt: File specifying the project dependencies.
  • templates: Folder containing HTML templates for the web application.
  • index.html: HTML file for user input.
  • tempx.html: HTML file for displaying the recommendation output.

Installation

  1. Clone repository:
    git clone https://github.com/sahasCodes/Music-Artist-Recommendation-System
  2. Install the required dependencies:
    pip install requirements.txt
  3. Make sure you have the necessary data files:
    • artists.csv: Artist data CSV file.
    • similarityscores.h5: HDF5 file containing a similarity matrix.

Usage

  1. Run the Flask application:
    python app.py
  2. Open a web browser and navigate to http://localhost:5000/.
  3. Enter an artist's name in the provided input box and click on the submit button.
  4. The app will display a list of recommended artists based on the provided input.

Data

  • artist.csv: A .csv file consists of over 1.4 Million musical artists present in MusicBrainz database -- their names, tags, and popularity (listeners/scrobbles), based on data scraped from last.fm.
  • similarityscore.h5: HDF5 file containing a similarity matrix generated by Data cleaing and testing file.ipynb

music-artist-recommendation-system's People

Contributors

sahascodes avatar

Watchers

 avatar

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.