A frontend application to utilize the Daylight GAN Model created by Theodore Galanos. This application creates images of floor plans which can be used by the trained GAN to "predict" daylight analysis based on the plan typologies recognized.
Fork, download, or clone this repository to get it up and running using the vue cli
and npm
.
The following commands are used to develop the project:
npm run build
- Build the package distribution bundle.npm run serve
- Start a development server with live-reloading on changes. (Used for previewing individual components.)npm run lint
- Lint code using ESLint and Vue, AirBnB, and Prettier configs.