awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesResume Data Models

Structured data definitions for resume sections that support template mapping.

Distinct from Data Model Templating: Distinct from general data model templating: focuses on resume-specific schema inheritance and field mapping.

Explore 3 awesome GitHub repositories matching data & databases · Resume Data Models. Refine with filters or upvote what's useful.

Awesome Resume Data Models GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rendercv/rendercvAvatar von rendercv

    rendercv/rendercv

    16,955Auf GitHub ansehen↗

    RenderCV is a command-line utility designed to transform structured YAML data into professionally typeset documents. By separating content from presentation, it allows users to maintain version-controlled resumes that are automatically rendered into high-quality PDF, HTML, and Markdown formats. The system leverages a specialized typesetting engine to ensure precise layout control and professional-grade typography. The project distinguishes itself through a schema-driven approach that enforces strict data validation, ensuring that input files are error-free before processing. Users can customi

    Defines structured data models for resume sections to enable consistent template mapping.

    Pythoncvcv-buildercv-generator
    Auf GitHub ansehen↗16,955
  • hacksalot/hackmyresumeAvatar von hacksalot

    hacksalot/HackMyResume

    9,344Auf GitHub ansehen↗

    HackMyResume is a command-line tool that generates polished résumés and CVs in multiple formats from a single JSON or YAML data source. It validates résumé documents against the FRESH or JSON Resume schema, converts between these two formats, and produces output in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, and YAML. The tool supports custom themes through a plugin architecture, allowing users to apply visual styling via Handlebars templates and register custom helpers for extended template logic. It can merge multiple résumé JSON files into one, overriding generic data with

    Translates resume data between the FRESH and JSON Resume schema formats.

    JavaScript
    Auf GitHub ansehen↗9,344
  • xitanggg/open-resumeAvatar von xitanggg

    xitanggg/open-resume

    8,460Auf GitHub ansehen↗

    Open-resume is an ATS-friendly resume builder and browser-based document editor designed for creating professional resumes with a focus on applicant tracking system readability. It functions as a resume template engine that allows users to construct structured documents while keeping all personal data stored locally in the browser to ensure privacy and data ownership. The project features a PDF resume parser that extracts professional information from existing files to automatically populate new templates. It also includes ATS compatibility testing to verify how effectively automated tracking

    Converts existing PDF resumes into structured data to populate new templates without manual typing.

    TypeScriptnextjsreactresume
    Auf GitHub ansehen↗8,460
  1. Home
  2. Data & Databases
  3. Data Model Templating
  4. Resume Data Models

Unter-Tags erkunden

  • Automated Data ExtractionThe process of converting unstructured resume files into structured data models. **Distinct from Resume Data Models:** Distinct from just the data model; this is the active extraction process from PDF to data.
  • Resume Format ConvertersTranslates resume data between the FRESH and JSON Resume schema formats. **Distinct from Resume Data Models:** Distinct from Resume Data Models: focuses on converting between schema formats, not on defining data models.
  • Resume Privacy ControlsMarking specific resume entries as private to omit them from public outputs, with an override switch for selective disclosure. **Distinct from Resume Data Models:** Distinct from Resume Data Models: focuses on privacy management and selective disclosure of resume entries, not data model definitions.