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
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
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
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
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 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.
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…