sumanth-0 / 100LinesOfPythonCode

Write any interesting piece of python code below 100 lines
MIT License
11 stars 50 forks source link

Make Music Genre Classifier #103

Open sumanth-0 opened 3 days ago

sumanth-0 commented 3 days ago

Rock or pop? Write a program that classifies small audio files into different genres using machine learning models (you can use a pre-trained model or simple feature extraction).

RedLordezh7Venom commented 1 day ago

so basically an audio file will be input into the model and it will output the genre , after classifying it ? sounds cool can do

RedLordezh7Venom commented 1 day ago

can also make a gradio UI