π pdf.ai
AI-powered PDF Assistant built with cutting-edge web technologies and deployed using Vercel Edge Functions.
Easily query, summarize, and interact with PDFs in real time using AI.
π Features
- β¨ Chat with your PDF using AI
- β‘ Fast responses via Edge Functions (Vercel)
- π§ Embedding + context retrieval for smarter answers
- π Local development runs smoothly
π Tech Stack
- Next.js
- Vercel Edge Functions
- OpenAI GPT
- LangChain
- Pinecone Vector DB
π· All contributions are welcome!
π§βπ» Getting Started
# 1. Clone the repository
git clone https://github.com/Srijan-D/pdf.ai
cd pdf.ai
# 2. Install dependencies
npm install
# or
yarn
# 3. Set up environment variables
cp .env.example .env.local .env
Add your API keys (OpenAI, etc.)
npm run dev
# or
yarn dev