├── README.md ├── app.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siddharth-Kharche/ATS-Resume-Analyzer/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/siddharth-Kharche/ATS-Resume-Analyzer/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | google-generativeai 3 | python-dotenv 4 | pdf2image 5 | --------------------------------------------------------------------------------