Skip to content

jhartquist/fastai_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.