taneemishere / html-code-generation-from-images-with-deep-neural-networks

Using the AI model to generate HTML Code by giving a UI mockup image.
https://taneemishere.github.io/projects/project-one.html
51 stars 10 forks source link

There's no dataset at all #3

Closed smileBeda closed 1 year ago

smileBeda commented 1 year ago

... where did it go?

.
|── 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 
smileBeda commented 1 year ago

ah, nevermind: It is not included, it is linked.