Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
|
2 |
-
title: Voice1
|
3 |
-
emoji: 🏢
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: green
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.9.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AI Voice Assistant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
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.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
- Speech-to-Text (STT) using Whisper
|
7 |
+
- Natural Language Understanding (NLU) with Hugging Face Transformers
|
8 |
+
- Text-to-Speech (TTS) using gTTS
|
9 |
+
|
10 |
+
## Setup Instructions
|
11 |
+
1. Clone the repository:
|
12 |
+
```bash
|
13 |
+
git clone https://github.com/your-username/voice-assistant
|