🎵 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.