Spaces:
Sleeping
Sleeping
pranav8tripathi@gmail.com commited on
Commit ·
23c9fdc
1
Parent(s): 358c229
init
Browse files- .env +3 -0
- agents/__pycache__/interview_scheduler.cpython-313.pyc +0 -0
- agents/__pycache__/jd_summarizer.cpython-313.pyc +0 -0
- agents/__pycache__/matcher.cpython-313.pyc +0 -0
- agents/__pycache__/resume_extractor.cpython-313.pyc +0 -0
- agents/__pycache__/shortlister.cpython-313.pyc +0 -0
- db/__pycache__/database.cpython-313.pyc +0 -0
- llm_raw_output.txt +5 -5
- models/__pycache__/llm_client.cpython-313.pyc +0 -0
- requirements.txt +12 -12
- resume_analyzer.db +1 -1
- utils/__pycache__/pdf_utils.cpython-313.pyc +0 -0
.env
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
DEEPSEEK_API_KEY=sk-153c4decdf4e4a79995c685af7fad5c8
|
| 2 |
+
DEEPSEEK_MODEL=deepseek-chat
|
| 3 |
+
DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
|
agents/__pycache__/interview_scheduler.cpython-313.pyc
ADDED
|
Binary file (4.08 kB). View file
|
|
|
agents/__pycache__/jd_summarizer.cpython-313.pyc
ADDED
|
Binary file (829 Bytes). View file
|
|
|
agents/__pycache__/matcher.cpython-313.pyc
ADDED
|
Binary file (4.6 kB). View file
|
|
|
agents/__pycache__/resume_extractor.cpython-313.pyc
ADDED
|
Binary file (839 Bytes). View file
|
|
|
agents/__pycache__/shortlister.cpython-313.pyc
ADDED
|
Binary file (1.35 kB). View file
|
|
|
db/__pycache__/database.cpython-313.pyc
ADDED
|
Binary file (9.98 kB). View file
|
|
|
llm_raw_output.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"skills_match":
|
| 3 |
-
"experience_match":
|
| 4 |
-
"education_match":
|
| 5 |
-
"certifications_match":
|
| 6 |
-
"summary": "
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"skills_match": 70,
|
| 3 |
+
"experience_match": 60,
|
| 4 |
+
"education_match": 80,
|
| 5 |
+
"certifications_match": 0,
|
| 6 |
+
"summary": "Strong AI/ML and full-stack development background with relevant experience, but no explicit mention of RASA framework in skills or projects."
|
| 7 |
}
|
models/__pycache__/llm_client.cpython-313.pyc
ADDED
|
Binary file (2.51 kB). View file
|
|
|
requirements.txt
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
streamlit
|
| 4 |
-
streamlit
|
| 5 |
-
PyPDF2
|
| 6 |
-
pandas
|
| 7 |
-
python-dotenv
|
| 8 |
-
requests
|
| 9 |
-
numpy
|
| 10 |
-
python-dateutil
|
| 11 |
-
pytz
|
| 12 |
-
openai
|
| 13 |
-
tqdm
|
| 14 |
huggingface_hub
|
| 15 |
-
anthropic
|
| 16 |
-
google-generativeai
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
streamlit
|
| 4 |
+
streamlit
|
| 5 |
+
PyPDF2
|
| 6 |
+
pandas
|
| 7 |
+
python-dotenv
|
| 8 |
+
requests
|
| 9 |
+
numpy
|
| 10 |
+
python-dateutil
|
| 11 |
+
pytz
|
| 12 |
+
openai
|
| 13 |
+
tqdm
|
| 14 |
huggingface_hub
|
| 15 |
+
anthropic
|
| 16 |
+
google-generativeai
|
resume_analyzer.db
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5169152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e955edefa3fd70971ee24ed1c22dea7d796889257541d663fcc7eeb58e9264d
|
| 3 |
size 5169152
|
utils/__pycache__/pdf_utils.cpython-313.pyc
ADDED
|
Binary file (947 Bytes). View file
|
|
|