Skip to content

Repository files navigation

Research Paper Reading Assistant

Next.js (App Router) + TypeScript app for reading PDFs with an AI assistant. Upload a PDF, select text, and get contextual explanations via a backend API.

Getting Started

  1. Install deps
npm install
  1. Run dev server
npm run dev
  1. Open http://localhost:3000 and upload a PDF.

Tech

  • Next.js 14 + App Router
  • PDF.js (pdfjs-dist)
  • Tailwind CSS

Notes

  • API route at src/app/api/process/route.ts currently returns mocked responses. Replace with your FastAPI endpoint or wire to a serverless function.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages