Git Product home page Git Product logo

cover-this's Introduction

flow of action from spec and resume to cover letter

Cover This

Assists in creating job application cover letters via LLM (ChatGPT) summaries and generative AI. Langchain is used to navigate the OpenAI APIs.

├── cover-chain.py
├── cover-letter.txt
├── cover-this.py
├── img
│   └── cover-flow.png
├── job-spec.txt
├── README.md
└── schneeman-brent-resume.pdf

The main executable is cover-chain.py and is invoked via /bin/python3 /home/brent/projects/tworavens/github/cover-this/cover-chain.py. It reads the job-spec.txt file, summarizes it, reads the schneeman-brent-resume.pdf file and builds a prompt with the summarized spec and the resume which asks the LLM to write a cover letter.

The cover is output to console, and written to the cover-letter.txt file.

The job-spec.txt is copy-pasted text from whatever website lists the spec. This seems more direct than programmatically reading the website directly as certain job boards require authentication for access and I didn't want to bite off OAUTH (e.g.) in this simple program.

The generated cover letter requires proofing and editing. It is generally good English, but the LLM can (and does) hallucinate experience. For example, I apparently have multiple concurrent PhDs (which I do not). The generated cover is a good start.

cover-this's People

Contributors

schnee avatar

Stargazers

Jian Wang avatar Robert F. Dickerson avatar

Watchers

 avatar

Forkers

rfdickerson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.