SkillAgentSearch skills...

UI2CODE

A tidied repo for UI2CODE, a reverse engineering system convert UI design to code automatically and precisely.

Install / Use

/learn @MulongXie/UI2CODE
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

UI2CODE - A Computer Vision Based Reverse Engineering of Graphical User Interface

This project is still ongoing, while the UI element detection part is useable and can be download in this repo of UIED. Besides, I implemented a web app of GUI element detection based on our algorithm, you are welcome to have a try http://www.uied.online.

What is it?

UI2CODE is a system converting the GUI image into cooresponding front-end code that achieves the same visual effect and expected functionality of the input GUI.

It comprises two major parts:

  • UI components detection: localize and classify all UI elements on the given image
    • Graphical components detection
    • Text recognition through EAST
  • Code generation
    • Repititive component recognition
    • DOM tree construction
    • HTML + CSS generation

UI Components detection result

Related Skills

View on GitHub
GitHub Stars45
CategoryDesign
Updated9d ago
Forks13

Languages

Python

Security Score

80/100

Audited on Mar 28, 2026

No findings