Skip to content

mrkandpal/RealTimeAudioClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RealTimeAudioClassification

This repository houses a code that uses the default microphone of a computer to analyse and classify audio content using the YAMNet tensorflow model. The tflite version of YAMNet is used in this work.

The code analyses ambient audiio in 2 second increments and prints the 3 most-likely classification outputs to the console, along with the confidence rating for each classification.

Running instructions: The code does not require any user input. The audio analysis loop uses a simple while loop, and the desired number of seconds for which the code must be run can be changed using the 'loopLength' variable before each run. As mentioned above, the output is printed to the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages