Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,31 @@
|
|
1 |
---
|
2 |
-
title: Interview Agent
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
|
6 |
-
sdk:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
|
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
forums](https://discuss.streamlit.io).
|
|
|
1 |
---
|
2 |
+
title: AI Interview Agent
|
3 |
+
emoji: π€
|
4 |
+
colorFrom: blue
|
5 |
+
colorFrom: purple
|
6 |
+
sdk: streamlit
|
7 |
+
app_file: app.py
|
8 |
+
pinned: true
|
9 |
+
---
|
10 |
+
|
11 |
+
# **AI Interview Agent**
|
12 |
+
**CV Screening β Smart Interviews β Detailed Feedback**
|
13 |
+
|
14 |
+
## **Features**
|
15 |
+
- β
Auto-rejects unqualified candidates via CV analysis
|
16 |
+
- π€ Conducts role-specific interviews using Llama-3
|
17 |
+
- π Provides IELTS-style band scoring (1-5)
|
18 |
+
- π₯ Generates downloadable PDF reports
|
19 |
+
|
20 |
+
## **Try It Now**
|
21 |
+
1. Select job role
|
22 |
+
2. Upload your CV (PDF/DOCX)
|
23 |
+
3. Complete AI interview
|
24 |
+
4. Get instant results
|
25 |
|
26 |
+
## **Tech**
|
27 |
+
`Llama-3` `LangChain` `FAISS` `Streamlit`
|
28 |
|
29 |
+
β **Note**: For practice/reference only. Not a replacement for human interviews.
|
30 |
|
31 |
+
[](https://huggingface.co/spaces/Jekyll2000/interview_agent)
|
|