AI-powered résumé enhancement tool
Top 71.5% on sourcepulse
ResuLLMe is a prototype application that leverages Large Language Models (LLMs) to help job candidates improve their résumés. It acts as a smart career advisor, identifying common mistakes and enhancing résumés according to established guidelines. The project is aimed at job seekers looking to optimize their application materials.
How It Works
ResuLLMe processes résumés in PDF or Word format using either OpenAI or Gemini LLMs. The core functionality involves improving the résumé content based on best practices, converting it to the JSON Resume format, and then rendering this structured data into a new PDF using LaTeX. This multi-step process aims to provide a polished and compliant final document.
Quick Start & Requirements
docker-compose up -d
(available at https://localhost:8501/
)pip install -r requirements.txt
xargs sudo apt install -y < packages.txt
streamlit run src/Main.py
Highlighted Details
https://resullme.streamlit.app/
.Maintenance & Community
The project welcomes contributions, particularly for LaTeX template fixes/additions, prompt improvements, and support for additional LLMs (e.g., Bard, Claude, LLaMA).
Licensing & Compatibility
The repository does not explicitly state a license in the provided README.
Limitations & Caveats
The project is described as a prototype. The native installation requires specific system package installations (LaTeX) which may vary by operating system.
1 month ago
1 day