Pravin30994 commited on
Commit
d9a3367
·
verified ·
1 Parent(s): c372290

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -18
README.md CHANGED
@@ -6,25 +6,8 @@ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 6.6.0
8
  python_version: '3.13'
9
- app_file: chatbot_backend.py
10
  pinned: false
11
  ---
12
 
13
  # 🎤 Voice LLM Chatbot Demo
14
-
15
- This is a voice-enabled AI chatbot demo.
16
-
17
- Features:
18
-
19
- - Speech to Text
20
- - LLM Chat Response
21
- - Audio Interaction
22
-
23
- Built using:
24
-
25
- - Gradio
26
- - FastAPI Backend
27
- - Whisper Speech Recognition
28
- - LLM API
29
-
30
- Allow microphone access when opening the app.
 
6
  sdk: gradio
7
  sdk_version: 6.6.0
8
  python_version: '3.13'
9
+ app_file: server.py
10
  pinned: false
11
  ---
12
 
13
  # 🎤 Voice LLM Chatbot Demo