Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoxAgent Neural

Hero

Real-Time Agentic Transcription Engine

Status License AI

VoxAgent Neural is a high-performance Speech-to-Text platform designed for the Edge. Unlike cloud wrappers, it runs a quantized Neural Engine locally (CPU-Optimized), delivering sovereign, low-latency transcription via a persistent Agentic WebSocket connection.


🚀 Quick Start

Initialize the Neural Link:

# 1. Start Backend (The Brain)
cd backend && python main.py

# 2. Start Frontend (The Interface)
cd frontend && npm run dev

Setup Guide: See GETTING_STARTED.md for Python venv setup.


📸 Demo & Architecture

Neural Data Flow

Data Flow Audio In -> LiveKit (UDP) -> Quantized Model -> Text Out (TCP)

System Architecture

Architecture The Control Plane separating Signal Transport (LiveKit) from Inference (Python)

Hybrid Connectivity

Hybrid Logic Solving Head-of-Line Blocking by using UDP for Audio and TCP for Text

Deep Dive: See ARCHITECTURE.md for the "Turnaround Time" logic.


✨ Key Features

  • ⚡ CPU-Optimized: Runs faster-whisper (INT8) on standard consumer hardware. No GPU needed.
  • 📡 Hybrid Transport: Combines WebRTC (UDP) for audio stability and WebSocket (TCP) for text reliability.
  • 🕵️ Stealth UI: Minimalist "Agentic" interface with zero-distraction animations.
  • ⏱️ Latency Awareness: Real-time "Turnaround Time" (TAT) metrics warn users if they speak too fast.

📚 Documentation

Document Description
System Architecture Hybrid Control Plane & Quantization.
Getting Started Python/Node Setup & LiveKit Config.
Failure Scenarios Handling CPU Saturation & Network Jitter.
Interview Q&A "Why Faster-Whisper?" and "UDP vs TCP".

🔧 Tech Stack

Component Technology Role
Brain FastAPI (Python) Inference Engine.
Model Faster-Whisper Quantized STT.
Transport LiveKit WebRTC Signaling.
Interface React + Vite Agent UI.

👤 Author

Harshan Aiyappa
Senior Full-Stack Hybrid Engineer
GitHub Profile


📝 License

This project is licensed under the MIT License - see the LICENSE file for details.