Coder Social home page Coder Social logo

elsebaiymohamed / resullme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ivaniscoding/resullme

0.0 0.0 0.0 6.46 MB

Enhance your résumé with Large Language Models

Home Page: https://resullme.streamlit.app/

License: MIT License

Python 99.10% Dockerfile 0.90%

resullme's Introduction

ResuLLMe Open in Streamlit


🚀 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

ivaniscoding avatar poturevanth avatar lokendarjangid avatar

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.