Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵 Spotify Genre Predictor

predict a song's genre from its audio features.

🚀 Deployed App

https://spotifygenrepredictor.streamlit.app/

⚙️ How to Run Locally

Create and activate a conda environment:

conda create --name spotify-env python=3.10 -y conda activate spotify-env

Install the required libraries:

pip install -r requirements.txt

Run the Streamlit app:

streamlit run app.py

The app will open in your browser. The trained model (.pkl files) are already included in the artifacts/ folder.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages