{"id":27302402,"url":"https://github.com/steinathan/resume-checker","last_synced_at":"2025-11-05T01:02:20.575Z","repository":{"id":213872425,"uuid":"735112629","full_name":"steinathan/resume-checker","owner":"steinathan","description":"Resume Analyser is a command-line tool designed for evaluating how well a given resume aligns with a specific job posting. The tool utilizes advanced language models for understanding and comparing textual content, providing a score and detailed feedback.","archived":false,"fork":false,"pushed_at":"2024-02-28T21:55:14.000Z","size":61840,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T02:38:57.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steinathan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-23T17:53:16.000Z","updated_at":"2024-09-29T01:44:44.000Z","dependencies_parsed_at":"2024-06-12T08:56:09.217Z","dependency_job_id":"679eeab8-1e52-4506-bbd8-1b12edb97a28","html_url":"https://github.com/steinathan/resume-checker","commit_stats":null,"previous_names":["navicstein/resume-checker","steinathan/resume-checker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Fresume-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Fresume-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Fresume-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinathan%2Fresume-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steinathan","download_url":"https://codeload.github.com/steinathan/resume-checker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507239,"owners_count":21115562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-12T02:39:02.423Z","updated_at":"2025-11-05T01:02:20.558Z","avatar_url":"https://github.com/steinathan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Resume Analyser\n\nA Python tool for analyzing the fit between a resume and a job posting, assigns a score then generates a cover letter automatically, runs with local models (ollama) or openai\n\n## Overview\n\nResume Analyser is a command-line tool designed for evaluating how well a given resume aligns with a specific job\nposting. The tool utilizes advanced language models for understanding and comparing textual content, providing a score\nand detailed feedback.\n\n## Services+\n- Together AI - https://together.ai\n- OpenAI - https://openai.com\n- Ollama - https://github.com/jmorganca/ollama\n\n## Features\n\n- 🧠 **Language Models:** Integrates with OpenAI's GPT-3.5 Turbo and Ollama for natural language processing.\n- 📄 **Resume Parsing:** Extracts text content from PDF resumes for analysis.\n- 🌐 **Job Site Scraping:** Fetches job description content from specified URLs.\n- 🎯 **Scoring System:** Generates a score indicating the fit between the resume and job description.\n- ✉️ **Cover Letter Generation:** Automatically generates a cover letter if the fit is positive.\n\n## Prerequisites\n\nMake sure you have the following installed:\n\n- Python 3.x\n- [Poetry](https://python-poetry.org/) (To install, follow\n  the [official instructions](https://python-poetry.org/docs/#installation))\n- Required Python packages (install using `poetry install`)\n\n## Usage\n\nFirst, install ollama here https://github.com/jmorganca/ollama\n\n```shell\n$ curl https://ollama.ai/install.sh | sh\n$ ollama pull mistral\n```\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/navicstein/resume-checker.git\ncd resume-checker\n```\n\n2. Install dependencies using Poetry:\n\n```bash\npoetry install\n```\n\n3. Set up environment variables:\nCreate a .env file with the following content:\n```dotenv\nOPENAI_API_KEY=\"xxxxxxxxxxx\"\nDEBUG=\"False\"\nLLM_MODEL=\"openai\" # together | ollama\nTOGETHER_API_KEY=\"xxxxxxxxxxxx\"\n```\n\nRun the tool:\n```shell\npython main.py --job-url=\"https://xxxxxxx\" --resume=\"./path/to/resume.pdf\"\n```\n\n\n## TODOS\n- Scrape and find jobs automatically \n- Auto apply for jobs if applicable after confirmation","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinathan%2Fresume-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteinathan%2Fresume-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinathan%2Fresume-checker/lists"}