awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·4 vues

Sketch Code

Sketch-code est un outil de prototypage web par deep learning et un convertisseur image-vers-HTML conçu pour transformer des maquettes de sites web dessinées à la main en code HTML structurel. Il utilise un analyseur de wireframes par réseau de neurones pour reconnaître les éléments visuels dans les croquis et les mapper vers des représentations de mise en page web correspondantes.

Le système emploie une architecture basée sur Keras pour entraîner et évaluer des modèles de reconnaissance à l'aide de jeux de données de wireframes dessinés à la main et de HTML de référence. Il découple la mise en page structurelle du design visuel en permettant l'injection de couches CSS personnalisées lors du processus de compilation.

Le projet couvre le prototypage frontend automatisé et la génération de mise en page UI, incluant le mapping supervisé image-vers-code et l'évaluation de la précision des prédictions pour mesurer la sortie générée par rapport aux références de vérité terrain.

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.

Historique des stars

Graphique de l'historique des stars pour ashnkumar/sketch-codeGraphique de l'historique des stars pour ashnkumar/sketch-code

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Sketch Code

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Sketch Code.
  • sawyerhood/draw-a-uiAvatar de SawyerHood

    SawyerHood/draw-a-ui

    13,602Voir sur 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
    Voir sur GitHub↗13,602
  • fchollet/deep-learning-modelsAvatar de fchollet

    fchollet/deep-learning-models

    7,349Voir sur 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
    Voir sur GitHub↗7,349
  • heyform/heyformAvatar de heyform

    heyform/heyform

    8,852Voir sur 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
    Voir sur GitHub↗8,852
  • fastai/course22Avatar de fastai

    fastai/course22

    3,398Voir sur 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
    Voir sur GitHub↗3,398
Voir les 30 alternatives à Sketch Code→

Questions fréquentes

Que fait ashnkumar/sketch-code ?

Sketch-code est un outil de prototypage web par deep learning et un convertisseur image-vers-HTML conçu pour transformer des maquettes de sites web dessinées à la main en code HTML structurel. Il utilise un analyseur de wireframes par réseau de neurones pour reconnaître les éléments visuels dans les croquis et les mapper vers des représentations de mise en page web correspondantes.

Quelles sont les fonctionnalités principales de ashnkumar/sketch-code ?

Les fonctionnalités principales de ashnkumar/sketch-code sont : 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.

Quelles sont les alternatives open-source à ashnkumar/sketch-code ?

Les alternatives open-source à ashnkumar/sketch-code incluent : 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…