Skip to content

shiyan-chen/floor-plan-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floor Plan Evaluation

Floor Plan Evaluation enables architects to quickly calculate the critical indicators of a building plan to help them evaluate their design.

Set Up

git clone git@github.com:shiyan-chen/augmented-design.git

  • clone the project repo to local

cd augmented-design python3 -m venv .venv

  • create an environment

. .venv/bin/activate

  • activate the encironment

brew install node

  • install node.js

pip install -r requirements.txt

  • install dependencies

cd aug_service/ export FLASK_APP=aug_serving && flask run

  • start evaluation service

cd webapp/frontend/ && npm install npm start

  • start website

Test

pip install -r requirements.txt python -m unittest discover -s aug_service

Webpage Showcase

image

image

image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published