Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 789 Bytes

File metadata and controls

31 lines (16 loc) · 789 Bytes

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.