Skip to content

evanss2025/AutoCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 19, 2025
aa49ede · · Jul 19, 2025

History

32 Commits
Jul 1, 2025
Jun 30, 2025
May 27, 2025
Jun 30, 2025
Jul 19, 2025

Repository files navigation

AutoCV

🌟 About the Project

LinkedIn provides automatic resumes that users can download. This resume isn't the best, it can be multiple pages long, the design isn't the most professional, and people may prefer other styles. AutoCV aims to allow users to create different resume designs easily, by transforming the layout and design of the original LinkedIn resume. Users upload their pdf LinkedIn resume, AutoCV analyzes it and uses a mix of scraping and AI to gather all the info, and then designs different resume styles.

🧰 How-to

To download your LinkedIn resume you have to first be on the web version of Linkedin. Then go to your profile > Resources > Save to PDF. Then upload this pdf when prompted on AutoCV. Everything else is on us!on us!

👾 Tech Stack

Frontend:

  • Next.JS

Backend:

  • Python
  • Flask
  • ai.hackclub.com
  • reportlab to build the pdfs

I hosted the frontend on vercel, and the backend on render.

NOTICE: ChatGPT was used on some portions of the project, mainly to build the pdf templates and integrate the ai api.