awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ashnkumar avatar

ashnkumar/sketch-code

0
View on GitHub↗
5,143 stele·681 fork-uri·Python·3 vizualizări

Sketch Code

Sketch-code este un instrument de prototipare web bazat pe deep learning și un convertor de imagine în HTML, conceput pentru a transforma schițele desenate manual ale site-urilor web în cod HTML structural. Utilizează un parser de wireframe-uri cu rețele neuronale pentru a recunoaște elementele vizuale din schițe și a le mapa la reprezentările corespunzătoare de layout web.

Sistemul folosește o arhitectură bazată pe Keras pentru antrenarea și evaluarea modelelor de recunoaștere, folosind seturi de date de wireframe-uri desenate manual și HTML de referință. Acesta decuplează layout-ul structural de designul vizual, permițând injectarea de straturi CSS personalizate în timpul procesului de compilare.

Proiectul acoperă prototiparea frontend automatizată și generarea de layout-uri UI, incluzând maparea supervizată imagine-la-cod și evaluarea acurateței predicției pentru a măsura rezultatul generat față de referințele de tip ground-truth.

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.

Istoric stele

Graficul istoricului de stele pentru ashnkumar/sketch-codeGraficul istoricului de stele pentru ashnkumar/sketch-code

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Sketch Code

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Sketch Code.
  • sawyerhood/draw-a-uiAvatar SawyerHood

    SawyerHood/draw-a-ui

    13,602Vezi pe 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
    Vezi pe GitHub↗13,602
  • fchollet/deep-learning-modelsAvatar fchollet

    fchollet/deep-learning-models

    7,349Vezi pe 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
    Vezi pe GitHub↗7,349
  • heyform/heyformAvatar heyform

    heyform/heyform

    8,852Vezi pe 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
    Vezi pe GitHub↗8,852
  • fastai/course22Avatar fastai

    fastai/course22

    3,398Vezi pe 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
    Vezi pe GitHub↗3,398
Vezi toate cele 30 alternative pentru Sketch Code→

Întrebări frecvente

Ce face ashnkumar/sketch-code?

Sketch-code este un instrument de prototipare web bazat pe deep learning și un convertor de imagine în HTML, conceput pentru a transforma schițele desenate manual ale site-urilor web în cod HTML structural. Utilizează un parser de wireframe-uri cu rețele neuronale pentru a recunoaște elementele vizuale din schițe și a le mapa la reprezentările corespunzătoare de layout web.

Care sunt principalele funcționalități ale ashnkumar/sketch-code?

Principalele funcționalități ale ashnkumar/sketch-code sunt: 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.

Care sunt câteva alternative open-source pentru ashnkumar/sketch-code?

Alternativele open-source pentru ashnkumar/sketch-code includ: 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…