Speech Analysis Package
This project is based on the AID Project. Common topics are discussed in the AID docs. Make sure to read it!
- Currently this model only accepts
.wav
files. - Once installed and deployed with AID, you can test it by
curl -X POST -F file=@mlk.wav http://127.0.0.1:8080/infer
. - Currently, the model only supports speech-to-text and then analyze on top of the text. More features will join soon.