Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 944 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 944 Bytes

logo

Daylight GAN App

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.

AppDemo

Development

Fork, download, or clone this repository to get it up and running using the vue cli and npm.

Commands

The following commands are used to develop the project:

  1. npm run build - Build the package distribution bundle.
  2. npm run serve - Start a development server with live-reloading on changes. (Used for previewing individual components.)
  3. npm run lint - Lint code using ESLint and Vue, AirBnB, and Prettier configs.