Paul Gwamanda

Results 9 comments of Paul Gwamanda

I've written a compiler that solves this (I'll paste the code below). Basically the compiler takes tokens from the GUI file and appends them to the web-dsl-mapping.json file with a...

So I've been testing this on my larger vocab of 270 tokens using an updated compiler and It seems the network doesn't perform all too well, bummer. I suspect it...

So I'll be using MTurk to get a much larger dataset, my custom dataset performs reasonably well on my custom vocab off a couple hundred real world web screenshots. My...

The generator solves the markup problem like grids, buttons, cols etc but it doesn't solve real world examples like more complex layouts, fonts, colors, OCR, animations etc. Using [Bootstrap's documentation](https://getbootstrap.com/docs/4.1/components/alerts/)...

I'll be pushing my fork this week here: https://github.com/PaulGwamanda/Pix2code-Screenshot-to-code-dataset-builder, it will include a custom dataset (100 images), a dataset builder, training scripts, a flask API and a complete DSL library...

Sure, an the example dataset is here: Data: https://github.com/PaulGwamanda/Pix2code-Screenshot-to-code-dataset-builder/tree/master/datasets/sample/png-pairs DSL: https://github.com/PaulGwamanda/Pix2code-Screenshot-to-code-dataset-builder/tree/master/dsl-library/DSL/output Vocab: https://github.com/PaulGwamanda/Pix2code-Screenshot-to-code-dataset-builder/blob/master/model/model/resources/bootstrap.vocab You can modify the DSL to fit whatever data you NEED

Modify the data generator function as: yield ([array(Ximages), array(XSeq)], array(y)) instead of yield [[array(Ximages), array(XSeq)], array(y)] Reference: https://github.com/tensorflow/tensorflow/issues/42038

Hi Kotresh, For the bootstrap version you could write a script that takes screenshots of existing bootstrap website templates and build a DSL vocabulary vocabulary based off that. It should...

@yuvarajvc: You can convert an image to a compressed .npz file using my script here: https://gist.github.com/PaulGwamanda/f91ce9fc9d392c4bcc99c085fd726a34 @salmanahmad10: Any code editor can view and edit a .gui file. The .gui name...