CyberVerse

Active
GitHub Python GPL-3.0

Description

CyberVerse is a self-hosted real-time digital human agent platform focused on voice-first AI agent construction.

Key Features

  • Real-time digital human — Low-latency voice conversation with lip sync
  • Self-hosted first — Fully open-source for private deployment, data stays in-domain
  • Voice-first — Built-in ASR, TTS and conversation management
  • Multilingual — Chinese and English voice interaction
  • Tool integration — Extend agent capabilities via LLM and external APIs
  • Visual dashboard — Digital human config and session management UI

Use Cases

💡 Building self-hosted voice agent services for customer support
💡 Deploying private digital employee assistants inside enterprises
💡 Providing real-time voice interaction for multilingual apps
💡 Replacing traditional IVR in contact centers with better UX
💡 Providing digital human agent platform for developers

Quick Start

# Clone and start
git clone https://github.com/Lynpoint/CyberVerse.git
cd CyberVerse
pip install -r requirements.txt
python main.py

# Visit http://localhost:7860 in your browser

Related Projects