Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 488 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 488 Bytes

LinkedIn PDF to HTML Resume Generator

This web app takes a PDF resume downloaded from LinkedIn, extracts the text, and generates a professional HTML resume using OpenAI's API.

Live Demo

View the deployed app here

How to Use

  1. Enter your OpenAI API key.
  2. Upload your LinkedIn PDF.
  3. The app will extract the text and convert it to an HTML resume.

Tech Stack

  • Streamlit
  • OpenAI API
  • PyPDF2