Hi everyone,
I built ResuLLMe, a prototype to enhance your CV using ChatGPT. It takes your old CV in PDF or Word Document format, feeds it to ChatGPT 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/ . The source code for the app is at https://github.com/IvanIsCoding/ResuLLMe, if you want to see how it was built.