Hybrid-Fusion Rag UI
STT-TTS real time dashboard
Hybrid-Fusion Fine Tuning
One-shot, Internal Multi-Hop via fine tuning for an accurate context window
git clone <GITHUB_REPO_URL>
cd <YOUR_PROJECT_DIRECTORY>python3 -m venv venvmacOS / Linux:
source venv/bin/activateWindows (PowerShell):
venv\Scripts\activatemacOS (Homebrew):
brew install redisUbuntu / Debian:
sudo apt update
sudo apt install redis-serverWindows:
Option A: WSL (recommended):
wsl --installInside WSL:
sudo apt update
sudo apt install redis-server
redis-serverOption B: Docker:
docker run -p 6379:6379 redispip install -r requirements.txtredis-server(Keep this terminal running)
python3 alpha_app2.py- Redis must be running before starting the app.
- Default Redis port: 6379.