#133 · Primary category: AI Chatbots

bailing

ai asr chatgpt chattts deepseek funasr gpt-4o llm openai openclaw tts voice-assistant

Bailing is a GPT-4o-like voice chatbot using ASR+LLM+TTS, integrating DeepSeek R1 and openClaw, a personal assistant with 800ms latency, works on low-end Macs, supports barge-in.

Project last updated:04/06/26

GitHub Stars

1.8K

Forks

306

Contributors

1

License

MIT

Why we included this project

This project turns a normal laptop into a voice assistant without needing a GPU, using a pipeline of speech recognition, voice-activity detection, an LLM for reasoning, and speech synthesis. It handles interruption mid-sentence and remembers your preferences and conversation history, which makes the back-and-forth feel less like a chatbot demo and more like a tool you can actually use. Beyond answering questions, it can act through OpenClaw: ask for the weather, set reminders, open apps on macOS, or trigger a web search by voice. The individual components (FunASR for ASR, silero-vad, DeepSeek for the LLM, and several TTS options) are modular and swappable, so a team or hobbyist can adapt the stack to their own needs. That modularity plus the low hardware bar makes it a practical starting point for experimenting with spoken interfaces.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category