developmentseed / developmentseed/bioacoustics-api
Melspectrogram support
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Google's chirp project has a way to create melspectrograms on the backend https://github.com/google-research/chirp/blob/main/chirp/projects/bootstrap/display.py#L52. Our API should have an endpoint that:
* allows clients to POST an audio file (wav) to start with
* return melspectrogram image
@willemarcel We could use the chirp module directly or just use their spectrogram implementation. Using the module entirely will increase the size of the docker image as it has a large number of ML dependencies.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.