tonybeltramelli/pix2code
A deep learning model that converts graphical user interface screenshots into code for iOS, Android, and web platforms.

Pix2code is a research project published in 2017 that demonstrates end-to-end deep learning for automatically generating code from a single GUI screenshot. The model was trained on thousands of image-code pairs and achieved over 77% accuracy across three different platforms. It represents an early application of computer vision and sequence-to-sequence models for automating front-end development, converting visual inputs into corresponding code representations.