You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 months ago | |
|---|---|---|
| .gitignore | 5 months ago | |
| LICENSE | 5 months ago | |
| Makefile | 5 months ago | |
| README.md | 5 months ago | |
| changelog | 5 months ago | |
| go.mod | 5 months ago | |
| main.go | 5 months ago | |
README.md
go-bishop
Bishop is an experiment in speech processing in Golang
Goals
- Kicking the tires of Golangs Onnx ecosystem
- Locally running Wake word detection(WWD), Voice Acitivity Detection (VAD), Automatic Speech Recognition(ASR).
- Embedded base models in binary
- Shipped as a .deb or in a tarball
Model Considerations
WWD
- TBD
VAD
- Silero VAD?
ASR
- Whispher
- Sherpa (streaming audio)