Skip to content

Ram-466/pdf-exam-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF → Exam Notes Generator

A clean, minimal web application that converts uploaded PDF files into high-yield exam preparation notes.
The app extracts text from a PDF and generates:

  • Bullet-point summaries
  • Key definitions
  • Possible exam questions
    with an option to download notes as a text file.

This project is designed to be simple, local-first, and beginner-friendly.


Features

  • Upload any text-based PDF
  • Automatic text extraction
  • Exam-focused bullet points
  • Definitions and likely exam questions
  • Download generated notes as .txt
  • Clean black & grey UI
  • No database, no login, no data storage

Tech Stack

Frontend

  • HTML
  • CSS (custom, black & grey theme)
  • Vanilla JavaScript
  • Python built-in HTTP server

Backend

  • Python
  • FastAPI
  • Uvicorn (ASGI server)
  • PyPDF / pdfplumber (PDF text extraction)

Project Structure

About

Convert PDFs into exam-ready bullet notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors