zalo-hit-song-prediction

(โ˜… 69)

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

  • .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 Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
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