Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 580 Bytes

realtime_YAMNET

Simple real-time Sound Event Detector based on YAMNet and pyaudio.
This is a toy project for SED, which you can analyze sound events with your own laptop mic in every second.
The system shows the top five among the 521 target events.

Before you start, pretrained model weights for YAMNet are required.
Download and put it in the yamnet folder.

python realtime_YAMNET.py

screenshot

Have fun.