Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 474 Bytes

Sound Event Detection Demo

Sound Event Detection demo based on PANNs

Development

For local development, ensure you have Poetry installed. You will also need to install the correct torch and torchaudio version for you system. For example, with GPU:

pip3 install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116

Install dependencies using

poetry install

Container

You can develop or host using the supplied Dockerfile.