web

PDF Quiz App

Ask your own PDFs questions and get instant, grounded answers

PDF Quiz App

Tech Stack

Next.jsTailwindPythonHuggingFace

About This Project

Overview

PDF Quiz App turns any uploaded PDF into an interactive quiz surface: a Python document-QA backend built on HuggingFace models answers MCQ-style questions grounded in the document's actual content, served through a Next.js/Tailwind frontend.

Motivation

Studying from long PDFs is slow, and I wanted a way to quiz myself on the actual content instead of just re-reading it passively.

Lessons Learned

Keeping generated questions grounded in the source document — instead of the model hallucinating plausible-sounding but wrong questions — was the main engineering challenge, not the UI.