Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 382 Bytes

Blobfish

Blobfish is a streaming Speech-To-Text server.

The Project Structure

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 the bfsrv. The infsrv is written in Python and handles AI model inference requests.