Floor Plan Evaluation enables architects to quickly calculate the critical indicators of a building plan to help them evaluate their design.
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
pip install -r requirements.txt
python -m unittest discover -s aug_service


