jhartquist / fastai_audio

Audio transforms for FastAI

Home Page:https://towardsdatascience.com/audio-classification-using-fastai-and-on-the-fly-frequency-transforms-4dbe1b540f89

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastai_audio

This is an experimental and unofficial module add-on for the new fastai v1 library. It adds the capability of audio classification to fastai by loading raw audio files and generating spectrograms on the fly. Please check out the notebooks directory for usage examples.

The accompanying article can be found here: Audio Classification using FastAI and On-the-Fly Frequency Transforms

Related Links
Note:

The fastai library is currently being developed rapidly, so this repo may quickly go out of date with new versions.

Dependencies

  • python 3.6
  • fastai 1.0.43
  • librosa 0.6.2

This repo was also heavily inspired by torchaudio, especially transforms.py.

About

Audio transforms for FastAI

https://towardsdatascience.com/audio-classification-using-fastai-and-on-the-fly-frequency-transforms-4dbe1b540f89

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.4%