Changes

Jump to navigation Jump to search
1 byte added ,  14:01, 6 May 2019
no edit summary
|Has project status=Active
}}
 
==Approach==
Currently, I am thinking about using one-hot vector to encode the structure of a DSL page. The author of the [http://www.edegan.com/wiki/Pix2code pix2code] project also had the same approach. However, the preprocessing part was not discussed carefully in the paper and the source code was not commented properly. This [https://blog.floydhub.com/turning-design-mockups-into-code-with-deep-learning/ article] gives a more detailed instruction for the embedding method. For our project, we can ignore the image-preprocessing part and focus solely on the text processing. The associated github page can be found [https://github.com/emilwallner/Screenshot-to-code/blob/master/README.md here]
print(line)
What we just did is opening a DSL file, going through every single line, stripping some symbols and store storing all the tokens in a list. The ''tokens'' variable now looks something like this
tokens
82

edits

Navigation menu