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.
- 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
- 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)
- Clone the repository:
git clone https://github.com/icodervivek/intelliparse.git
cd intelliparse
- Install dependencies:
npm install
# or
yarn install
- Create a
.env
file in the root and add your API keys:
GOOGLE_API_KEY=your_google_generative_ai_key
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 to view in your browser.
- Go to the home page.
- Click Select PDF file and upload your document.
- Click Upload to generate summary and FAQs.
- Expand FAQ items to see the answers.
Contributions are welcome! Please open an issue or submit a pull request.
Made with ❤️ by Vivek