Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.14 KB

File metadata and controls

53 lines (43 loc) · 1.14 KB

Genre Detection Application using Machine Learning

  • This is a project we developed as a mini project in our Semester 6 of B.E. Computer Engineering.
  • Clone the project with the following command:

git clone https://github.com/anirudhbelwadi/music-application-using-machine-learning.git

  • Create a virtual environment for the project using the following command:

py -m venv env

  • Activate the virtual environment using the following command:

source env/bin/activate (for Linux)
source env\Scripts\activate (for Windows)

  • Change the control to the cloned repository's directory in the terminal/command prompt and install the required packages using the following command(s):
pip install -r requirements.txt

OR to install single packages:
pip install flask
pip install numpy==1.18.5
pip install sklearn
pip install tensorflow
pip install matplotlib
pip install librosa

  • Run the application using the following command:

python main.py