Code Monkey home page Code Monkey logo

resullme's Introduction

ResuLLMe Open in Streamlit


👉 Check some sample résumés generated by ResuLLMe (1, 2, 3)

🚀 Concept

ResuLLMe is a prototype that uses Large Language Models (LLMs) to tailor résumés. It's goal is to enhance résumés to help candidates avoid common mistakes that occur while applying for jobs. It is like a smart career advisor to check your résumé.

You can use ResuLLMe live at https://resullme.streamlit.app/.

🛠 How It Works

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

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

🏃 Running

To run ResuLLMe locally, the simplest way is to use Docker:

docker-compose up -d

This will make the app avaialable at https://localhost:8501/

🪄 Installation Instructions for Running Natively

To run the app without Docker, you will need to install two things for the app to work. The first item is to install the Python dependencies:

pip install -r requirements.txt

The second item is to install the LaTeX packages:

xargs sudo apt install -y < packages.txt

Lastly, to run ResuLLMe locally, execute:

streamlit run src/Main.py

🤲 Contributing

ResuLLMe is an open source project.

If you want to contribute, open a Pull requests. All contributions are welcome, but some that would particularly be useful to the community are:

  • Fixes in existing LaTeX templates
  • Adding new LaTeX templates
  • Improved prompts
  • Support for other LLMs (e.g. Bard, Claude, LLaMA)

resullme's People

Contributors

albinjosep avatar alil2000 avatar dependabot[bot] avatar ivaniscoding avatar lokendarjangid avatar poturevanth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

resullme's Issues

Allow for users to specify which OPENAI model

and/or just set the default to gpt-4o

Creator of JSON Resume here, I've been building out AI tools for the project and gpt-4o is far superior. (cheap as chips too)

I don't know how I didn't see this project, it is super awesome, lots of cool ideas. (added it to official projects page)

Add publication section

A lot of academic CVs contain a list of publications, could we add support for a publication section?

udpate documentation | README.md

before usign "" docker-compose up -d ""

user have to install docker-compose ::

"" sudo apt install docker-compose ""
into the system

No output

Many thanks for your work. I am wondering why I cannot get the results after feeding the resume into the app, it shows tailoring and running but nothing happened later.

Add support for other LLMs

Investigate adding support for:

  • Bard
  • Claude
  • Llama

It woud also be nice to host the Llama version on HuggingFace such that people don't need an API token

Getting an AttributeError: module 'openai' has no attribute 'error' when running from docker

Full stack is:

File "/usr/local/lib/python3.10/dist-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "/app/src/Main.py", line 104, in
except openai.error.RateLimitError as e:

I assume it is related to the version of openai in the requirements file:

openai
langchain
pdfminer-six
python-docx
streamlit==1.21.0
Jinja2
docx2txt
streamlit-ext==0.1.7
stqdm==0.0.5

Since it is not hard coding the version, it may be using a newer version that is being affected by the ratelimiter.

Add Multilingual Heading Support

Right now the app always outputs the headings in English. It would be nice to add options for other languages, as the prompts seem to be working with other languages as well.

Fix Line Overflow in LaTeX templates

Sometimes, if a line is too long it can overflow. Some cases that trigger it:

  • Very long given name
  • Very long university name
  • Lots of skills in a category

The templates that are most affected by it are:

  • Deedy
  • Plush
  • Simple

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.