FDB01 commited on
Commit
4909129
·
verified ·
1 Parent(s): 75a7e40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
- title: GMan
3
- emoji: 🌖
4
- colorFrom: green
5
- colorTo: green
6
- sdk: docker
 
 
7
  pinned: false
8
- short_description: ESP32S AI assistant test1
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Voice AI Assistant
3
+ emoji: 🎙️
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.47.2
8
+ app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # Voice AI Assistant
13
+
14
+ Real-time voice conversation AI optimized for Hugging Face Spaces.
15
+
16
+ ## API Endpoints
17
+ - `POST /process_audio` - Send WAV audio, get WAV response
18
+ - `GET /health` - System status
19
+ - `GET /status` - Quick ready check