Spaces:
Sleeping
Sleeping
File size: 587 Bytes
b73427a 036519e b73427a c0fba37 5b75fe8 b73427a 5b75fe8 b73427a 036519e b73427a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: Speech ↔ Text ↔ Speech Chatbot
emoji: 🎤
colorFrom: red
colorTo: gray
sdk: streamlit
sdk_version: 1.48.1
app_file: app.py
pinned: false
license: mit
short_description: This is a Speech-Text-Speech Chatbot.
Features:
- Voice input (record or upload audio)
- Whisper ASR (speech-to-text)
- Groq LLM response
- gTTS speech synthesis (text-to-speech)
- Conversation history with feedback
---
### 🚀 Run locally
```bash
pip install -r requirements.txt
streamlit run app.py
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|