Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
8 |
-
- Text-to-Speech (TTS) using gTTS
|
9 |
|
10 |
## Setup Instructions
|
11 |
1. Clone the repository:
|
|
|
1 |
+
---
|
2 |
+
title: AI Voice Assistant
|
3 |
+
emoji: 🎙️
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.35.2" # Replace this with your installed Gradio version
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# AI Voice Assistant
|
13 |
|
14 |
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.
|
15 |
|
16 |
## Features
|
17 |
+
- **Speech-to-Text (STT):** Converts speech input into text using Whisper.
|
18 |
+
- **Natural Language Understanding (NLU):** Processes text input and generates responses using a conversational AI model.
|
19 |
+
- **Text-to-Speech (TTS):** Converts text responses into voice output using gTTS.
|
20 |
|
21 |
## Setup Instructions
|
22 |
1. Clone the repository:
|