8000 GitHub - Prakyathkantharaju/Resume-assistant: Rating resume, edit suggestion and cover letter generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prakyathkantharaju/Resume-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume assistant 📝

Helping you to rate, improve and write cover letter to your resume.

2023-06-11_19-28-21_AdobeExpress.mp4

Note: This is a prototype and not a production ready app. TODO:

  • Add pdf resume support.
  • Add html description support.
  • Gradio app.
  • Link the linkedin.
  • Add other language models support like open-assistant, claude and palm.
  • Seperate the rating and cover letter suggestions as seperate models.
  • Fine tune the model using Qlora and resume datasets for more accurate rating and edits suggestions.

Prerequisites

  1. Langchain documentation
     pip install langchain
  2. openai api and key
     pip install openai
    API key is required to use the openai api. You can get it from Account -> generate api keys. add to your environment variable as OPENAI_API_KEY in your .bashrc or .zshrc file.
    export OPENAI_API_KEY="your api key"
  3. python requirements
     pip install -r requirements.txt

Usage

  1. Run the app
     python main.py
  2. Open the browser and go to http://127.0.0.1:7860/ to use the app.
  3. Upload the resume pdf file, add job description as text or local html file and click on the submit button.
  4. Edit the resume based on the suggested edits.
  5. Copy the cover letter and paste it in the cover letter section of the job application.
  6. APPLY! ALL THE BEST!

About

Rating resume, edit suggestion and cover letter generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0