Skip to content

Yuxiang-Huang/FloorPlan-to-Graph

Repository files navigation

FloorPlan-to-Graph

What Does This Project Do?

Brief Overview Video Link

This project is an interactive interface that allows the user to generate graphs from floor plan pdfs.

Floorplan PDF

Image Source: https://www.cmu.edu/enterprise-space/esim/services/floor-plans/index.html

Graph

To Run the Project

First Time User

  • Step 1: git clone
  • Step 2: cd Floorplan-to-Graph
  • Step 3: npm i
  • Step 4a (optional): python3 -m venv .venv
  • Step 4b (optional): source .venv/bin/activate
  • Step 4c: pip3 install -r 'requirements.txt'
  • Step 5: npm run dev

Returning User

  • Step 1: cd Floorplan-to-Graph
  • Step 2: source .venv/bin/activate
    • You should do this step iff you did the optional steps as a first time user.
  • Step 3: npm run dev

Documentations

Home Page

Main Page

Releases

No releases published

Packages

No packages published