Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,21 @@
|
|
| 1 |
run first " python agent.py download-files"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
run first " python agent.py download-files"
|
| 2 |
+
---
|
| 3 |
+
title: VOICE_TO_VOICE_AI
|
| 4 |
+
emoji:
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: purple
|
| 7 |
+
sdk: docker
|
| 8 |
+
app_port: 7860
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Jackson Voice Agent - Real-time Voice-to-Voice AI
|
| 13 |
+
|
| 14 |
+
A real-time conversational AI with memory, featuring Jackson's deep male voice.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
- Real-time voice-to-voice communication
|
| 18 |
+
- Persistent memory using Qdrant Cloud
|
| 19 |
+
- Noise cancellation and VAD
|
| 20 |
+
- WebSocket streaming endpoint
|
| 21 |
+
|