How to classify audio using deep learning and Tensorflow hub?

How to classify audio using deep learning and Tensorflow hub?

·

1 min read

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