A lightweight wrapper around the Chirp module for generating embeddings from audio clips.
This project will only work on Linux x64 architecture.
- Install Docker
docker build -t embed .
docker run -p 80:80 embed
curl --location --request POST 'http://localhost/embed' \ --form 'audio_file=@"tests/clap.wav"'