Spaces:
Running
Running
title: GHOSTVOICECBR | |
emoji: π§ | |
colorFrom: yellow | |
colorTo: indigo | |
sdk: static | |
pinned: false | |
license: apache-2.0 | |
short_description: My First Binary Tree into AI | |
# GHOSTVOICECBR | |
**GHOSTVOICECBR** is a real-time voice cloning framework built using a novel Case-Based Reasoning (CBR) binary tree and quadrant-based tone mapping system. It enables low-latency, agentic voice synthesis using emotional quads β pitch, timbre, speed, and mood β mapped onto cloned neural speech vectors. | |
This system is the voice synthesis engine behind the **GhostVoice AI project**, capable of generating cloned speech in real time, optimized for 8β12 GB VRAM and deployable via Hugging Face Spaces, Gradio, or Twitch integrations. | |
--- | |
## β¨ Features | |
- β **CBR Tree Traversal** for selecting voice tones over time | |
- β **Quad Mapping Engine** for emotion-driven synthesis | |
- β **Fast Inference** on local hardware (no cloud GPU required) | |
- β **Speaker Embedding Support** for personalized cloning | |
- β **Live Gradio UI** with console, waveform, and quad controls | |
- β **Twitch VoiceBot Ready** (optional module) | |
--- | |
## π§ Core Concepts | |
- **CBR Binary Tree**: Stores and retrieves historical tone vectors efficiently. | |
- **Quad Mapping**: Each speech sample is mapped using a 4D vector: | |
- `pitch` | |
- `speed` | |
- `timbre` | |
- `emotion` | |
- **Voice Matching**: Nearest neighbor match + synthetic generation | |
- **Open Format**: Easily extensible to other TTS models or APIs (Bark, MusicGen, etc.) | |
--- | |
## π How to Use | |
1. Clone or fork this repo | |
2. Install dependencies: | |
```bash | |
pip install -r requirements.txt | |