https://github.com/vinothpandian/ruite
RUITE, a UI layout refiner that allows designers to automatically align and group the given UI layout.
https://github.com/vinothpandian/ruite
alignment-algorithm pytorch transformer
Last synced: 7 months ago
JSON representation
RUITE, a UI layout refiner that allows designers to automatically align and group the given UI layout.
- Host: GitHub
- URL: https://github.com/vinothpandian/ruite
- Owner: vinothpandian
- Created: 2021-06-21T23:02:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T16:43:46.000Z (over 1 year ago)
- Last Synced: 2024-04-14T13:01:39.295Z (about 1 year ago)
- Topics: alignment-algorithm, pytorch, transformer
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RUITE: Refining UI Layout Aesthetics Using Transformer Encoder
> RUITE is a UI layout refiner that allows designers to automatically align and group the given UI layout.
## Authors
👤 **Soliha Rahman**
- Github: [@rsoliha](https://github.com/rsoliha)
- LinkedIn: [@soliha](https://de.linkedin.com/in/soliha-rahman-462b8b97)👤 **Vinoth Pandian**
- Website: [vinoth.info](https://vinoth.info)
- Github: [@vinothpandian](https://github.com/vinothpandian)
- LinkedIn: [@vinothpandian](https://linkedin.com/in/vinothpandian)---
## Thanks to
- [Harvard.edu](https://nlp.seas.harvard.edu/2018/04/03/attention.html) Model is developed based on the implementation of Transformer in Pytorch by Harvard Uni group
- [Cartucho/mAP](https://github.com/Cartucho/mAP/tree/master/scripts/extra): mAP evaluation code is obtained from this library