Skip to content

Creating interactive and intuitive design prototypes is a tedious task, This tool helps to convert hand-drawn prototype to HTML code ready to host

Notifications You must be signed in to change notification settings

sriniakhil13/MockupToCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MockupToCode

Generating HTML Code from a hand-drawn mockup

MockupToCode is a deep learning model that takes hand-drawn web mockups and converts them into working HTML code. It uses keras which provides interface for artificial neural networks for training the model. Note: This project can only give HTML for inputs resembling to the core dataset and not genralized data.
Dataset source: Tony beltramelli's mockup dataset

Setup

Install dependencies

pip install -r requirements.txt

Download data to train the model

Unzip the data and use it for the training of the model.

Train the model:

python3 train.py 

Note : It will ask for paths. Specify the appropiate inputs.

About

Creating interactive and intuitive design prototypes is a tedious task, This tool helps to convert hand-drawn prototype to HTML code ready to host

Topics

Resources

Stars

Watchers

Forks

Languages