Jekyll2000 commited on
Commit
b004661
Β·
verified Β·
1 Parent(s): 49cbd29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -1,31 +1,31 @@
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
  [![Open in Spaces](https://img.shields.io/badge/πŸ€—-Open%20in%20Spaces-blue)](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
  [![Open in Spaces](https://img.shields.io/badge/πŸ€—-Open%20in%20Spaces-blue)](https://huggingface.co/spaces/Jekyll2000/interview_agent)