Commit e4b3e962 authored by Vishal Ashok's avatar Vishal Ashok

Add README.md

parent 4d3abc24
Pipeline #1737 failed with stages
# CS725 - Music Genre Classification
## Authors:
Chaitanya Borkar 22m0810
Abuhujair Khan 22m0752
Palash Moon 22m0816
Vishal Tapase 22m0807
### Commands to run
0. Download GTZAN dataset from this link if data is not present: https://www.kaggle.com/datasets/andradaolteanu/gtzan-dataset-music-genre-classification
1. Extract downloaded zip file and "Data" folder in "CNN/" and "LSTM/"
2. `pip install -r requirements.txt`
3. To run LSTM :
i. `cd LSTM/`
ii. `python lstm.py`
4. To run CNN :
i. `cd CNN/`
ii. `python cnn.py`
5. To run other models :
i. `cd other_models/`
ii. `python music_genre_models.py`
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment