Check it out : ATS Score Analyzer
ATS Analyzer is a Streamlit application designed to help you improve your resume by identifying mistakes and evaluating how well it matches a given job description using an AI-powered Application Tracking System (ATS).
Model used : Google Gemini Pro
- Resume Analysis: Upload your resume in PDF format and get an analysis of spelling mistakes, date mistakes, grammatical mistakes, and other potential issues.
- Job Description Matching: Paste the job description and get an evaluation of your resume's match percentage, missing keywords, and a profile summary.
- Clone the repository.
- Install required libraries (refer to
requirements.txt
or directly use pippip install -r requirements.txt
). - Run the application using
streamlit run app.py
.
- Google GenerativeAI - Gemini Pro
- Streamlit
- PyPDF2