Discover and explore top open-source AI tools and projects—updated daily.
feder-crCLI tool for resume customization via job description
Top 76.2% on SourcePulse
This Python tool automates resume customization based on job descriptions from URLs, targeting job seekers and professionals aiming to align their resumes with specific job requirements. It offers an interactive CLI and dynamic styling for efficient resume generation.
How It Works
The tool leverages a YAML configuration file (plain_text_resume.yaml) to store personal details, education, experience, projects, and other relevant information. It integrates with OpenAI's API (requiring an API key) to process job descriptions from provided URLs, tailoring the resume content to match job requirements. Users can select from various pre-defined resume styles.
Quick Start & Requirements
pip install -r requirements.txtpython main.pyHighlighted Details
plain_text_resume.yaml for personal data.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The tool requires Google Chrome to be installed in its default location for job description scraping. OpenAI API usage necessitates adding credit to an OpenAI account. Documentation is marked as "todo".
1 year ago
Inactive