marusinm / IKR

audio classification part

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IKR

IKR 2018 projekt, audio classification part

External libs:

pip3 install keras
pip3 install tensorflow
pip3 install tqdm
pip3 install librosa

Sources:

      Directory structure:

  .
  ├── eval
  │   ├── [evaluation data for clasification(could be mixed .png with wav)]
  └── my_data
      ├── nontarget
      │   ├── [coppied all nontarget wav files only (nontarget_train/dev dirs)]
      └── target
          └── [coppied all target wav files only (target_train/dev dirs)]

by-product od execution audio_classification.py will be two numpy arrays

  • nontarget.npy
  • target.npy

About

audio classification part


Languages

Language:Python 98.0%Language:Shell 2.0%