Blobfish is a streaming Speech-To-Text server.
The system consists of several components.
-
bfsrv
- a web-server that handles Blobfish API requests from various user agents. It is written in Rust. -
infsrv
- an internal stateless web-server used by thebfsrv
. Theinfsrv
is written in Python and handles AI model inference requests.