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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -15
README.md CHANGED
@@ -1,19 +1,31 @@
1
  ---
2
- title: Interview Agent
3
- emoji: πŸš€
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
- pinned: false
11
- short_description: 'AI Interview Agent πŸš€ '
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- # Welcome to Streamlit!
 
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
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
+ [![Open in Spaces](https://img.shields.io/badge/πŸ€—-Open%20in%20Spaces-blue)](https://huggingface.co/spaces/Jekyll2000/interview_agent)