zalo-hit-song-prediction
Hit Song prediction given singer name,composer name, release day, name of the song, the mp3 of the song. The detail of competition here https://challenge.zalo.ai/portal/hit-song. Here is the code and idea for 2nd place position on public and private board
File Explorer
Download Latest Version (.zip)- audio_features.csv
- metadata_embedded_in_mp3.csv
- sample_submission.csv
- test_info.tsv
- train_info.tsv
- train_rank.csv
- .gitignore
- analysis.ipynb
- convert_mp3_to_wav.py
- create_audio_features.py.ipynb
- create_metadata_features.py
- format_features.py
- README.md
- requirements.txt
- train_and_test.py
- typecast_features.py
- utils.py
# Installation Guide
1. Get the code
git clone https://github.com/vuthede/zalo-hit-song-prediction
Downloads the entire project code from GitHub to your computer.
cd zalo-hit-song-prediction
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
