DEV Community

Eran Feit
Eran Feit

Posted on

How to classify audio using deep learning and Tensorflow hub?

Image description

Tensorflow Hub has cool pre-trained models. One of the is audio and sound classification.
Imagine you have a sound , and would like to detect if it a sound of a cat , or a sound of water , or maybe to classify music …..

So , this model is a cool way of classify your own audio files.
Before we continue , I actually recommend this book for deep learning based on Tensorflow and Keras : https://amzn.to/3STWZ2N

So, in this tutorial we will learn how to use this tensor hub model on your own audio files .
The link for the video tutorial is here : https://youtu.be/_iX0VRp7UEA

I also shared the Python instructions to my Github repo in the video description.

Enjoy
Eran

Python #Cnn #TensorFlow #deeplearning #tensorflowhub

Top comments (0)