Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,56 @@
|
|
| 1 |
---
|
| 2 |
-
title: Voice Bot Interview Assistant
|
| 3 |
emoji: π€
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Voice Bot Interview Assistant
|
| 3 |
emoji: π€
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# π€ Voice Bot Interview Assistant
|
| 14 |
+
|
| 15 |
+
An intelligent voice bot designed to help with interview practice! This web application provides thoughtful responses to common interview questions with both text and audio output.
|
| 16 |
+
|
| 17 |
+
## β¨ Features
|
| 18 |
+
|
| 19 |
+
- **Smart Question Recognition**: Understands various ways of asking common interview questions
|
| 20 |
+
- **Dual Output**: Provides both written text and audio responses for accessibility
|
| 21 |
+
- **User-Friendly Interface**: Clean, intuitive design that works on all devices
|
| 22 |
+
- **No Setup Required**: Ready to use immediately - no coding or installation needed
|
| 23 |
+
- **Mobile Responsive**: Works perfectly on phones, tablets, and computers
|
| 24 |
+
|
| 25 |
+
## π How to Use
|
| 26 |
+
|
| 27 |
+
1. **Ask a Question**: Type any interview question in the text box
|
| 28 |
+
2. **Get Response**: Receive both text and audio answers instantly
|
| 29 |
+
3. **Try Examples**: Click the example questions for quick testing
|
| 30 |
+
|
| 31 |
+
## π‘ Sample Questions to Try
|
| 32 |
+
|
| 33 |
+
- "Tell me about yourself"
|
| 34 |
+
- "What are your greatest strengths?"
|
| 35 |
+
- "What are your areas for improvement?"
|
| 36 |
+
- "What motivates you?"
|
| 37 |
+
- "Why should we hire you?"
|
| 38 |
+
- "Where do you see yourself in 5 years?"
|
| 39 |
+
|
| 40 |
+
## π― Perfect For
|
| 41 |
+
|
| 42 |
+
- Interview preparation and practice
|
| 43 |
+
- Demonstrating AI voice bot capabilities
|
| 44 |
+
- Accessibility-focused applications
|
| 45 |
+
- Educational purposes
|
| 46 |
+
|
| 47 |
+
## π οΈ Technical Details
|
| 48 |
+
|
| 49 |
+
- Built with Gradio for easy web deployment
|
| 50 |
+
- Uses Google Text-to-Speech (gTTS) for audio generation
|
| 51 |
+
- Responsive design that works on all screen sizes
|
| 52 |
+
- No external API dependencies for core functionality
|
| 53 |
+
|
| 54 |
+
---
|
| 55 |
+
|
| 56 |
+
**Ready to test?** Just start asking questions above! π
|