Robert Coop, Ph.D.
This is the companion code for my talk at the Data Science ATL Conference 2018.
In order to run --
- Clone this repository into a new virtual environment.
- Run
pip install -r requirements.txt
to get the required packages - Download
https://storage.googleapis.com/audioset/vggish_model.ckpt
andhttps://storage.googleapis.com/audioset/vggish_pca_params.npz
and place them in thedsatl_lib
directory. - Open up Jupyter Notebook and view the code.
NOTE - you should use a virtual environment and pip install -r requirements.txt
to run this code. In particular, this code was built off PyDub 0.20, which has some odd incompatibility with PyDub 0.23. There may be other similar issues. You've been warned.