gigswar commited on
Commit
bb0fdb1
Β·
verified Β·
1 Parent(s): ee12257

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -7
README.md CHANGED
@@ -1,12 +1,43 @@
1
  ---
2
- title: Interview Bot
3
- emoji: πŸƒ
4
- colorFrom: gray
5
- colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.25.1
8
  app_file: app.py
9
- pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.