Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.04 KB

LinkedIn Profile Summary Generator

This web application allows users to generate a summary of a LinkedIn profile and a brief summary of a company based on the company name provided. The summaries are generated using AI responses and displayed in HTML format.

Try It Out

Live Demo

Features

  • Upload a LinkedIn profile PDF to generate a profile summary.
  • Enter a company name to generate a company summary.
  • Toggle between light, dark, and auto themes.
  • Save the generated summary as a PDF.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Bootstrap 5
  • Bootstrap Icons
  • PDF.js
  • html2pdf.js
  • jspdf
  • html2canvas

How to Use

  1. Clone the repository.
  2. Open the index.html file in a web browser.
  3. Upload a LinkedIn profile PDF and enter a company name.
  4. Click on "Generate Summary" to see the generated profile and company summaries.
  5. Toggle between themes using the theme dropdown.
  6. Click on "Save as PDF" to save the summary as a PDF file.

Authors