PDF-summarized-ui Svelte Themes

Pdf Summarized Ui

User interface made with svelte for my pdf summarizer api made with RAG system and FastAPI

PDF Summarizer with Svelte 5 and Shadcn UI

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.


Features

  • 🚀 PDF Upload: Upload PDFs and extract their content for processing.
  • ✍️ Summarization: Get concise summaries of the uploaded PDFs.
  • 💅 Shadcn UI Integration: Beautiful and customizable components for a seamless user experience.
  • Svelte 5: Built with the latest Svelte framework for optimal performance.
  • 📱 Responsive Design: Optimized for both desktop and mobile devices.

Getting Started

Follow these steps to run the application locally.

Prerequisites

Ensure you have the following installed:

  • Node.js (>= 16.x)
  • npm or pnpm
  • Git

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/svelte-pdf-summarizer.git
    cd PDF-summarizer-ui
    
  2. Install the dependencies:

    npm install
    

    or if you are using pnpm

    pnpm install
    
  3. Start the development server:

    npm run dev
    

    or if you are using pnpm

    pnpm run dev
    
  4. Open your browser and visit http://localhost:5173.

Top categories

Loading Svelte Themes