This project is an interactive interface that allows the user to generate graphs from floor plan pdfs.
Image Source: https://www.cmu.edu/enterprise-space/esim/services/floor-plans/index.html
- 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
- 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