mirror of
https://github.com/leigest519/ScreenCoder.git
synced 2026-03-06 04:10:47 +00:00
Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -15,6 +15,15 @@ Michael R. Lyu<sup>2</sup>, Xiangyu Yue<sup>1✉</sup>
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Huggingface Demo
|
||||||
|
- Try our huggingface demo at [Demo](https://huggingface.co/spaces/Jimmyzheng-10/ScreenCoder)
|
||||||
|
|
||||||
|
- Run the demo locally (download from huggingface space):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python app.py
|
||||||
|
```
|
||||||
|
|
||||||
## Demo Videos
|
## Demo Videos
|
||||||
|
|
||||||
A showcase of how **ScreenCoder** transforms UI screenshots into structured, editable HTML/CSS code using a modular multi-agent framework.
|
A showcase of how **ScreenCoder** transforms UI screenshots into structured, editable HTML/CSS code using a modular multi-agent framework.
|
||||||
@@ -45,15 +54,6 @@ We present qualitative examples to illustrate the improvements achieved by our m
|
|||||||
|
|
||||||
As shown above, our method produces results that are more accurate, visually aligned, and semantically faithful to the original design.
|
As shown above, our method produces results that are more accurate, visually aligned, and semantically faithful to the original design.
|
||||||
|
|
||||||
### Demo
|
|
||||||
- Try our huggingface demo at [Demo](https://huggingface.co/spaces/Jimmyzheng-10/ScreenCoder)
|
|
||||||
|
|
||||||
- Run the demo locally (download from huggingface space):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
python app.py
|
|
||||||
```
|
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
- `main.py`: The main script to generate final HTML code for a single screenshot.
|
- `main.py`: The main script to generate final HTML code for a single screenshot.
|
||||||
- `UIED/`: Contains the UIED (UI Element Detection) engine for analyzing screenshots and detecting components.
|
- `UIED/`: Contains the UIED (UI Element Detection) engine for analyzing screenshots and detecting components.
|
||||||
|
|||||||
Reference in New Issue
Block a user