Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,43 @@
|
|
| 1 |
---
|
| 2 |
-
title: Interview Bot
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Interview Bot
|
| 3 |
+
emoji: π€
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.0.0
|
| 8 |
app_file: app.py
|
| 9 |
+
python_version: 3.10
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# π€ AI Interview Bot (1-on-1)
|
| 14 |
+
|
| 15 |
+
This is a Hugging Face Space featuring a **1-on-1 video interview bot** powered by **OpenAI GPT-4o** with **speech-to-speech** capabilities. It asks you questions, listens to your voice responses, and replies out loud in real time!
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
## π‘ Features
|
| 20 |
+
|
| 21 |
+
- β
One-on-one video interview with webcam + mic
|
| 22 |
+
- ποΈ Speech-to-text (voice input using Web Speech API)
|
| 23 |
+
- π§ AI Interview logic via OpenAI GPT-4o
|
| 24 |
+
- π Text-to-speech voice replies from the bot
|
| 25 |
+
- π Live transcript display
|
| 26 |
+
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
## π How to Use
|
| 30 |
+
|
| 31 |
+
1. Click **"Start Interview"** β the bot will ask its first question aloud.
|
| 32 |
+
2. Speak your answer β your voice will be transcribed automatically.
|
| 33 |
+
3. The AI interviewer will respond out loud and continue the conversation.
|
| 34 |
+
4. Repeat until the bot ends the interview or you stop.
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## π§ Model
|
| 39 |
+
|
| 40 |
+
Uses `gpt-4o` from OpenAI with the following prompt format:
|
| 41 |
+
|
| 42 |
+
```plaintext
|
| 43 |
+
You are a smart, friendly AI interviewer. Ask one question at a time.
|