This project implements an AI-powered ATS system that:
- Retrieves resumes from Google Drive (using a public link),
- Parses PDF, DOCX, and TXT resumes,
- Uses NLP (embeddings and an LLM agent) to search and rank resumes based on a job description,
- Presents a user-friendly dashboard built with Streamlit.
- Clone the repository.
- Create a virtual environment and install dependencies:
pip install -r requirements.txt
- Run Application:
streamlit run app.py