Skip to content

SilverArgente/Breakdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

BreakDown (PDF Concept Mapper for Physics)

A web application built during HackPrinceton that helps users analyze and visualize conceptual relationships within PDF documents. Upload your PDFs and explore the connections between different concepts and ideas within your documents.

Features

  • PDF text and image extraction
  • Interactive document viewer
  • Concept relationship visualization
  • Clean and intuitive web interface

Setup

  1. Create and activate a virtual environment:
python -m venv venv
.\venv\Scripts\activate  # Windows
source venv/bin/activate  # Unix/MacOS
  1. Install dependencies:
pip install fastapi uvicorn python-multipart PyMuPDF
  1. Run the application:
cd parsers
python app.py
  1. Open http://localhost:8000 in your browser

Built With

  • FastAPI - Backend framework
  • PyMuPDF - PDF processing
  • HTML/CSS/JavaScript - Frontend interface

Created at HackPrinceton 2025

About

hackprinceton 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors