Hi everyone,
I built ResuLLMe, a prototype to enhance your CV using Large Language Models. It takes your old CV in PDF or Word Document format, feeds it to LLMs to improve it, converts it to a JSON Resume format, and then renders it to PDF using Jinja and LaTeX.
You can try it at https://resullme.streamlit.app/. As of now, it requires an OpenAI API key because we olnly support ChatGPT.
I wanted to share it because Streamlit let me build and deploy the app really quickly. Getting an UI and deployment going was super quick, which let me focus my efforts on taming ChatGPT