Python:
- pip install pydub
- pip install numpy (maybe not because also installed with tensorflow)
- pip install pandas
- pip install librosa
- pip install matplotlib
- pip install Pillow (maybe not because also installed with matplotlib)
- pip install opencv-python
- pip install tensorflow
- pip install ffmpeg
- pip install ffprobe
- Make a folder called 'sounds' and put the soundfile you want to detect in there.
- Run the command 'python python/predict.py sounds'
- It will put detected gunshots inside cache/images/ with the bounding box
Test