Skip to content

SanyamSavla/MUSIC_GENRE_RECOMENDATION_FLASK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Genre Classification

A website where you can enter a inout file and get to know it's genre, one can search for songs, create playlists, add/delete songs to playlists and play songs.

Getting Started

To setup and use the website, follow the steps mentioned below:

Prerequisites

  • python
  • pip
python get-pip.py
  • Clone the repository

Installing dependencies

Move to the installed folder and use the package manager pip to install all the dependencies. They are listed in requirements.txt file. Setup a virtual environment and then type the command:

pip install -r requirements.txt

Usage

Go to the root folder and run the following commands:

python model.py
python file_uploader.py

Then open your preferred browser and goto http://localhost:5000 to use the website

User guide

Click here to view the user guide.

Built With

  • Python
  • Flask
  • JavaScript
  • Librosa

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

This project was made as a submission to our third year Mini Project course.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published