disco_sound

DISCO Implements Sound Classification Obediently.


Keywords
machine-learning, sound-processing
License
Other
Install
pip install disco_sound==0.0.2

Documentation

Generic badge Code style: black

beetles-cnn classifies chirps with machine learning.

Quickstart:

pip install beetles

Learn how to use the tools provided in this package here.

Python example of inference:

from beetles.infer import run_inference
run_inference(wav_file='/path/to/my/wav/file',
              output_csv_path='/where/i/want/to/store/my/predictions')