This project is a PDF Summarizer application built using Svelte 5 and Shadcn UI. It allows users to upload PDF files, extract content, and generate concise summaries using a sleek, responsive interface.
Follow these steps to run the application locally.
Ensure you have the following installed:
Clone this repository:
git clone https://github.com/your-username/svelte-pdf-summarizer.git
cd PDF-summarizer-ui
Install the dependencies:
npm install
or if you are using pnpm
pnpm install
Start the development server:
npm run dev
or if you are using pnpm
pnpm run dev
Open your browser and visit http://localhost:5173
.