Python Nerdery: Audio RSTP AI Listener
Today's python experiment came after hearing an explosion outside. We never identified what it was, but it led me to be curious if I could create an AI listener to the camera. Long story short, python with numpy, pandas and tensorflow are all you need to read the audio from an RSTP feed and listen for audio events. import subprocess import numpy as np import tensorflow as tf import tensorflow_hub as hub import pandas as…


