Install prequisites on your machine
git, python3, pip, make
# Create virtual environment
python -m venv .venv
# On Linux/Mac:
source .venv/bin/activate
# On Windows (cmd.exe)
.venv\Scripts\activate.bat
# On Windows (PowerShell)
. .venv\Scripts\Activate.ps1
# Install dependencies
pip install -r requirements.txtActivate environment (venv) on every new terminal
refer to the make file for command lines
make chinese_all # generates dataset from video filesInstall IRMAS datasets at following locations
data/audio/IRMAS/IRMAS-TestingData-Part1 data/audio/IRMAS/IRMAS-TrainingData
Run preprocessing pipeline to generate the dataset
make manifests
make generate_irmas_train_mels
generate_irmas_test_mels