AudioClassifier-MQTT
AudioClassifier-MQTT copied to clipboard
Use the yamnet TensorFlow model to classify live audio from a microphone and publish the predicted results to Home Assistant via MQTT
Hello, I have conform the guidline install the script, but when i start it i get the next error: python3 ./listen.py File "./listen.py", line 68 logging.basicConfig(level=LOG_LEVEL, format=LOG_FORMAT.replace(f'%(log_color)s', ''), stream=sys.stdout) ^...
I want to classify audio that is being recorded with an IP camera. This video+audio stream is available over webrtc. Is there any way to run this model with that...