Spaces:
Sleeping
Sleeping
| [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", | |
| ] | |