Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,31 @@
|
|
1 |
---
|
2 |
-
title: AI Interview Agent
|
3 |
-
emoji: π€
|
4 |
-
colorFrom: blue
|
5 |
-
|
6 |
-
sdk: streamlit
|
7 |
-
app_file: app.py
|
8 |
-
pinned:
|
9 |
-
---
|
10 |
-
|
11 |
-
# **AI Interview Agent**
|
12 |
-
**CV Screening β Smart Interviews β Detailed Feedback**
|
13 |
|
14 |
-
|
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 |
-
##
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
|
26 |
-
##
|
27 |
-
|
|
|
|
|
|
|
28 |
|
29 |
-
|
|
|
|
|
|
|
|
|
30 |
|
31 |
[](https://huggingface.co/spaces/Jekyll2000/interview_agent)
|
|
|
1 |
---
|
2 |
+
title: AI Interview Agent
|
3 |
+
emoji: π€
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: streamlit
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
|
|
|
|
|
|
10 |
|
11 |
+
# AI Interview Agent
|
|
|
|
|
|
|
|
|
12 |
|
13 |
+
## Features
|
14 |
+
- **CV Screening**: Automatically evaluates qualifications
|
15 |
+
- **Smart Interviews**: Role-specific questions with Llama-3
|
16 |
+
- **Detailed Feedback**: Band scoring system (1-5 stars)
|
17 |
+
- **PDF Reports**: Downloadable interview transcripts
|
18 |
|
19 |
+
## How to Use
|
20 |
+
1. Select a job role
|
21 |
+
2. Upload your CV (PDF/DOCX)
|
22 |
+
3. Complete the AI interview
|
23 |
+
4. Receive your evaluation report
|
24 |
|
25 |
+
## Technology
|
26 |
+
- **LLM**: Meta Llama-3-8B
|
27 |
+
- **Framework**: LangChain
|
28 |
+
- **Vector Store**: FAISS
|
29 |
+
- **UI**: Streamlit
|
30 |
|
31 |
[](https://huggingface.co/spaces/Jekyll2000/interview_agent)
|