Spaces:
Sleeping
Sleeping
File size: 536 Bytes
1a1a2a1 76b5430 1a1a2a1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [project]
name = "resume-analyzer"
version = "0.1.0"
description = "AI-powered resume analyzer that compares resumes against job descriptions"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"streamlit>=1.31.0",
"langchain>=0.3.0",
"langchain-community>=0.3.0",
"langchain-core>=0.3.0",
"litellm>=1.0.0",
"streamlit-feedback>=0.1.3",
"PyPDF2>=3.0.1",
"pypdf>=3.17.1",
"numpy>=1.26.3",
"pandas>=2.1.4",
"scikit-learn>=1.3.2",
"tqdm>=4.66.1",
"python-dotenv>=1.0.0",
]
|