pranav8tripathi@gmail.com commited on
Commit
23c9fdc
·
1 Parent(s): 358c229
.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": 100,
3
- "experience_match": 100,
4
- "education_match": 100,
5
- "certifications_match": 100,
6
- "summary": "Perfect match: Resume directly aligns with job requirements including specific technologies (Python, FastAPI, RAG, FAISS, DeepSeek, Llama), cloud deployment (GCP), and experience building AI automation systems and real-time intelligence layers."
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==1.32.0
5
- PyPDF2==3.0.1
6
- pandas==2.2.0
7
- python-dotenv==1.0.1
8
- requests==2.31.0
9
- numpy==1.26.3
10
- python-dateutil==2.8.2
11
- pytz==2024.1
12
- openai==1.12.0
13
- tqdm==4.66.1
14
  huggingface_hub
15
- anthropic==0.34.2
16
- google-generativeai==0.8.3
 
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:2b7ddad4a7c1a139712c3d2a774a4a4b15f56d035261a041b2cf89bacb0655c5
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