.
|── bin - contains the model pretrained weights in .h5 and .json
├── compiler - contains DSL compiler to HTML/bootstrap from intermediate code of .gui format
│ ├── assets - contains the asset of mappings needed for compiler
│ └── classes
├── datasets - contains dataset in zip files which is linked below in acknowledgement section
│ └── web
│ ├── all_data - will have the data with images and mockups when unziped
│ ├── eval_set - will have 250 pairs of images and mockups for evaluation
│ ├── training_set - will have 1500 pairs of images and mockups
│ └── training_features - will have 1500 of preprocessed images converted to numpy arrays
├── evaluate - evaluation of model based on BLEU scores
├── generated-outputs - contains the ouputs generated by the model
├── logs - logs of models
├── model - this is main working directory of the project
| └── classes
| ├── dataset - contains datasets generators
| └── model - contains the implementation of AI models
└── model-architectures - contains viualization of model architecture and thier summaries
... where did it go?