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.
24 lines
421 B
Markdown
24 lines
421 B
Markdown
# 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)
|
|
|