Skip to content

Intelliparse – AI-powered PDF analyzer that generates concise summaries, FAQs, and insights from any PDF document. Built with Next.js, TailwindCSS, and LangChain for seamless AI-driven document parsing.

Notifications You must be signed in to change notification settings

icodervivek/intelliparse

Repository files navigation

Intelliparse – Smart PDF Analyzer

Intelliparse is an AI-powered web application that allows users to upload PDF documents and instantly get:

  • Concise summaries of the content
  • FAQs with answers generated from the document
  • Interactive document exploration for fast comprehension

This tool is perfect for students, professionals, and anyone who needs to quickly understand long documents.


🚀 Features

  • Upload any PDF and get a smart summary
  • Generate FAQs directly from your document
  • Interactive accordion-style FAQ section
  • Clean, modern UI with gradients and animations
  • Fully responsive design
  • Powered by AI embeddings and generative models

📸 Screenshots

Home / Upload Page
Home Page Upload Page

Summary & FAQs
Summary Screenshot


🛠 Tech Stack

  • Frontend: Next.js, React, TypeScript, TailwindCSS, Framer Motion
  • Backend: Next.js API routes, Axios
  • AI/Embeddings: Google Generative AI, LangChain (optional)
  • Fonts: Geist, Geist Mono (Google Fonts)

⚡ Installation

  1. Clone the repository:
git clone https://github.com/icodervivek/intelliparse.git
cd intelliparse
  1. Install dependencies:
npm install
# or
yarn install
  1. Create a .env file in the root and add your API keys:
GOOGLE_API_KEY=your_google_generative_ai_key
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 to view in your browser.

💡 Usage

  1. Go to the home page.
  2. Click Select PDF file and upload your document.
  3. Click Upload to generate summary and FAQs.
  4. Expand FAQ items to see the answers.

🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request.


Made with ❤️ by Vivek

About

Intelliparse – AI-powered PDF analyzer that generates concise summaries, FAQs, and insights from any PDF document. Built with Next.js, TailwindCSS, and LangChain for seamless AI-driven document parsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published