🚀 A powerful AI-driven ATS Resume Analyzer that compares your resume against a job description and provides a structured analysis with match percentage, skill gaps, and improvement suggestions.
✅ Upload PDF resumes
✅ Compare with Job Descriptions
✅ AI-powered Analysis (Match %, Skills, Courses)
✅ Simple & Minimal UI like Gemini
✅ Powered by Google Gemini API
- Frontend: Streamlit
- AI Model: Google Gemini
- Backend: Python
- PDF Parsing: PyMuPDF
- Deployment: Streamlit Cloud
- Clone the repo
git clone https://github.com/yourusername/resumeanalyzer.git cd resumeanalyzer
- Install Dependencies
pip install -r requirements.txt
- Create a .env file and add
GOOGLE_API_KEY=your_api_key_here
- Run locally
streamlit run app.py
This project utilizes Google Gemini API for resume analysis and job description comparison. Special thanks to Google AI for providing powerful LLM capabilities.
This project is not affiliated with or endorsed by Google. It is built using the Gemini API for educational and experimental purposes.