Skip to content

GitWizard77/ResuLLMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResuLLMe Open in Streamlit

ResuLLMe is live at https://resullme.streamlit.app/. As of now, you need an OpenAI API token for the application to work.

🚀 Concept

ResuLLMe is a prototype that uses Large Language Models (LLMs) to tailor resumes. Its goal is to enhance resumes to help candidates avoid commonplace mistakes that happen when sending resumes to job posts. It is like a smart career advisor to check your resume.

🛠 How It Works

ResuLLMe receives your previous CV in PDF or Word Document. Then, it uses LLMs to:

  • Improve the resume following published resume guidelines by well-reputed schools
  • Conver the resume to a JSON Resume format
  • Render the JSON resume using LaTeX to generate a new PDF of the enhanced resume

🏃 Running

To run ResuLLMe, execute:

streamlit run src/Main.py

Notice that you will need to install the dependencies in requirements.txt for your code to work, and install the packages in packages.txt for the LaTeX rendering to work (or equivalent if not using Ubuntu).

About

Enhance your résumé with Large Language Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Dockerfile 0.9%