这是indexloc提供的服务,不要输入任何密码
Skip to content

A job analyzer extension that can tell is your resume fits best or not for that job on linkedin and also tells how to better yourself and your resume to be selected

Notifications You must be signed in to change notification settings

Gorav22/SkillSniper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠SkillSniper

SkillSniper

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


⚙️ Prerequisites


🚀 Getting Started

1. Install Ollama and Run Gemma3

Install Ollama and pull the Gemm3:4b model:

https://ollama.com/library/gemma3


2. Set Up Python Environment

python -m venv venv
venv\Scripts\activate  #windows
pip install -r requirements.txt

3. 🌐 Load the Chrome Extension

  1. Open Chrome and go to chrome://extensions
  2. Enable Developer mode (top right)
  3. Click "Load unpacked"
  4. Select the SkillSniper folder from this project

4. Run the Backend

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.


🧠 Powered By

About

A job analyzer extension that can tell is your resume fits best or not for that job on linkedin and also tells how to better yourself and your resume to be selected

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published