Spaces:
Sleeping
Sleeping
File size: 809 Bytes
fd4a843 d6b9ece fd4a843 7570bda 695b251 7570bda fd4a843 7570bda d6b9ece |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: AI Voice Assistant
emoji: 🎙️
colorFrom: purple
colorTo: pink
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
---
# AI Voice Assistant
This project implements an AI-powered voice assistant using Gradio, Hugging Face models, and other machine learning libraries. The assistant can transcribe audio, generate conversational responses, and respond via text and speech.
## Features
- **Speech-to-Text (STT):** Converts speech input into text using Whisper.
- **Natural Language Understanding (NLU):** Processes text input and generates responses using a conversational AI model.
- **Text-to-Speech (TTS):** Converts text responses into voice output using gTTS.
## Setup Instructions
1. Clone the repository:
```bash
git clone https://github.com/your-username/voice-assistant |