asticode/go-astibob
Golang framework to build an AI that can understand and speak back to you, and everything else you want
# Technical Summary Implements a distributed worker architecture where abilities (modular tasks like speech-to-text or audio capture) run on separate workers and communicate via JSON over HTTP/WebSocket, coordinated by a central Index server. Built-in abilities include PortAudio integration for microphone input, Mozilla DeepSpeech for speech-to-text, and text-to-speech synthesis, with a web UI for controlling the AI pipeline. Workers register with the Index and can chain abilities across machines, enabling multi-room or geographically distributed AI systems.
243 stars. No commits in the last 6 months.
Stars
243
Forks
20
Language
Go
License
MIT
Category
Last pushed
Jan 08, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/asticode/go-astibob"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepgram/deepgram-go-sdk
Official Go SDK for Deepgram.
hegedustibor/htgo-tts
Text to speech package for Golang.
Kardbord/hfapigo
Unofficial (Golang) Go bindings for the Hugging Face Inference API
GetcharZp/go-speech
go-speech 基于 Golang + ONNX 构建的轻量语音库,支持 TTS(文本转语音)与 ASR(语音转文字)。已集成 MeloTTS、Piper、达摩院 Paraformer...
asticode/go-astideepspeech
Golang bindings for Mozilla's DeepSpeech speech-to-text library