Tired of copy-pasting every job description from LinkedIn into ChatGPT just to ask what’s missing in your resume?
Resume Ranker is a personal AI Agent that reviews your resume based on job descriptions inside LinkedIn itself. No tab switching. No manual prompts. Just insights, directly on the site.
This project uses Gemma3, running locally via Ollama, to analyze job descriptions and compare them with your resume, providing tailored feedback for:
- ✅ Matched Skills
- ❌ Missing Skills
- 💡 Suggested Improvements
- 📋 ATS Tips
- 📌 Resume Suggestions
- Python 3.10+
- Ollama
- Chrome browser
Install Ollama and pull the Gemm3:4b model:
https://ollama.com/library/gemma3
python -m venv venv
venv\Scripts\activate #windows
pip install -r requirements.txt
- Open Chrome and go to
chrome://extensions
- Enable Developer mode (top right)
- Click "Load unpacked"
- Select the
SkillSniper
folder from this project
uvicorn main:app --reload
This starts a local API server at http://localhost:8000
.
You should now see an ✨ Analyze Resume button directly on LinkedIn job pages.