awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ashnkumar avatar

ashnkumar/sketch-code

0
View on GitHub↗
5,143 stars·681 forks·Python·3 views

Sketch Code

Sketch-code is a deep learning web prototyping tool and image-to-HTML converter designed to transform hand-drawn website mockups into structural HTML code. It utilizes a neural network wireframe parser to recognize visual elements in sketches and map them to corresponding web layout representations.

The system employs a Keras-based architecture for training and evaluating recognition models using datasets of hand-drawn wireframes and reference HTML. It decouples structural layout from visual design by allowing the injection of custom CSS layers during the compilation process.

The project covers automated frontend prototyping and UI layout generation, including supervised image-to-code mapping and prediction accuracy evaluation to measure generated output against ground-truth references.

Features

  • Sketch-to-HTML Converters - Transforms hand-drawn website sketches into structured HTML code using a deep learning model for rapid prototyping.
  • Mockup-to-HTML Converters - Provides a deep learning model that translates visual mockups of website layouts into functional HTML code.
  • Keras Model Implementations - Uses the Keras API to define and optimize the neural network layers responsible for visual-to-code translation.
  • Image-to-Code Networks - Implements a neural network specialized in mapping visual pixels from hand-drawn sketches to structural markup language.
  • Visual Element Recognition Training - A capability in the project to train a network to identify wireframe elements using custom datasets and pretrained weights.
  • Wireframe Parsers - Utilizes a neural network designed to recognize hand-drawn visual elements and map them to web layout representations.
  • Deep Learning Design Tools - Acts as a deep learning-powered prototyping tool that converts sketches into functional HTML.
  • Hand-Drawn Code Conversion - Turns hand-drawn sketches of website layouts into functional HTML code using deep learning.
  • Frontend Prototyping Tools - Provides automated tools to convert visual mockups and sketches into functional frontend code to accelerate prototyping.
  • Hybrid CNN-RNN Architectures - Implements a hybrid CNN-RNN architecture to translate visual wireframe features into structural HTML sequences.
  • Vision Model Training - Implements a framework for training vision models to recognize hand-drawn wireframes and map them to HTML.
  • Image-To-Code Model Training - Trains a neural network to map hand-drawn visual elements to HTML representations using specialized datasets.
  • CSS Styling - Supports applying custom visual styles through a decoupled CSS injection layer during the compilation process.
  • Generative UI Layouts - Generates structural UI layouts from image inputs, allowing for a separate layer of visual design.
  • CSS Style Injections - Provides a mechanism to inject custom CSS layers post-generation to decouple structural layout from visual styling.

Star history

Star history chart for ashnkumar/sketch-codeStar history chart for ashnkumar/sketch-code

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Sketch Code

Similar open-source projects, ranked by how many features they share with Sketch Code.
  • sawyerhood/draw-a-uiSawyerHood avatar

    SawyerHood/draw-a-ui

    13,602View on GitHub↗

    draw-a-ui is an AI vision UI generator and sketch-to-code tool that transforms hand-drawn sketches and digital wireframes into functional HTML and CSS. It serves as a mockup-to-HTML converter that interprets user interface layouts from images to produce corresponding web markup. The system utilizes vision-capable language models to automate the transition from visual design to web code. It employs a multimodal inference loop to process canvas snapshots and natural language instructions, generating structural layouts and responsive grid systems without the need for pre-defined component templa

    TypeScriptaigptopenai
    View on GitHub↗13,602
  • fchollet/deep-learning-modelsfchollet avatar

    fchollet/deep-learning-models

    7,349View on GitHub↗

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Python
    View on GitHub↗7,349
  • heyform/heyformheyform avatar

    heyform/heyform

    8,852View on GitHub↗

    Heyform is an open-source form builder and self-hosted data collection platform. It provides a no-code designer for creating dynamic web-based surveys and input forms, supported by an extensible backend for managing submissions and storing results in a private database. The system distinguishes itself through advanced form logic and branding controls. It includes a conditional logic engine to show or hide sections based on user responses and allows for precise visual identity customization through configurable themes and custom CSS injection. The platform covers a broad range of operational

    TypeScriptformquizsurvey
    View on GitHub↗8,852
  • fastai/course22fastai avatar

    fastai/course22

    3,398View on GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    View on GitHub↗3,398
See all 30 alternatives to Sketch Code→

Frequently asked questions

What does ashnkumar/sketch-code do?

Sketch-code is a deep learning web prototyping tool and image-to-HTML converter designed to transform hand-drawn website mockups into structural HTML code. It utilizes a neural network wireframe parser to recognize visual elements in sketches and map them to corresponding web layout representations.

What are the main features of ashnkumar/sketch-code?

The main features of ashnkumar/sketch-code are: Sketch-to-HTML Converters, Mockup-to-HTML Converters, Keras Model Implementations, Image-to-Code Networks, Visual Element Recognition Training, Wireframe Parsers, Deep Learning Design Tools, Hand-Drawn Code Conversion.

What are some open-source alternatives to ashnkumar/sketch-code?

Open-source alternatives to ashnkumar/sketch-code include: sawyerhood/draw-a-ui — draw-a-ui is an AI vision UI generator and sketch-to-code tool that transforms hand-drawn sketches and digital… fchollet/deep-learning-models — This project is a collection of deep learning tools for image classification and audio tagging, providing a repository… heyform/heyform — Heyform is an open-source form builder and self-hosted data collection platform. It provides a no-code designer for… fastai/course22 — This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It… matterport/mask_rcnn — This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision…