From b88684ed87808fd1ba7a28bbde586866fca1d738 Mon Sep 17 00:00:00 2001 From: Prudhvi Krovvidi <84965955+prudhvi1709@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:12:38 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56a9ab2..407b715 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# linkedinsummary \ No newline at end of file +# 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. + +## 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. From 20179ebef8fa483d60a55e9fdc50116ad5d4b7e2 Mon Sep 17 00:00:00 2001 From: Prudhvi Krovvidi <84965955+prudhvi1709@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:13:13 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 407b715..a6b4b94 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,6 @@ This web application allows users to generate a summary of a LinkedIn profile an 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 +- Prudhvi - prudhvi.krovvidi@straive.com From a4f58982491b4ea8dfa022a34e149fdf746f26a1 Mon Sep 17 00:00:00 2001 From: Prudhvi Krovvidi <84965955+prudhvi1709@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:23:09 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b4b94..13dbe46 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ This web application allows users to generate a summary of a LinkedIn profile an 5. Toggle between themes using the theme dropdown. 6. Click on "Save as PDF" to save the summary as a PDF file. -##Authors +## Authors - Prudhvi - prudhvi.krovvidi@straive.com