Skip to content

developmentseed/bioacoustics-embed-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Bioacoustics Embedding Model Service

A lightweight wrapper around the Chirp module for generating embeddings from audio clips.

Setup

This project will only work on Linux x64 architecture.

  1. Install Docker
  2. docker build -t embed .
  3. docker run -p 80:80 embed
  4. curl --location --request POST 'http://localhost/embed' \ --form 'audio_file=@"tests/clap.wav"'

About

Google Bioacoustics embedding model service used by the A2O Search project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published