MLProjects/Audio_Classification_ML/README.md

598 B

Audio Classification

This repository contains an audio classification task developed in Jupyter Notebooks from following Seth Adams' Deep Learning for Audio Classification series. In it we begin with a labeled dataset consisting of .wav files with audio from a variety of instruments. In our cleanup file, we read in the data and visualize Time Series, Fourier Transforms, Filter Bank Coeffecients, and MFCCs based on the data. We then create envelopes for each and save the data.