An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

RUITE: Refining UI Layout Aesthetics Using Transformer Encoder



Version

Documentation


License: MIT




Python: 3.8


Dependency: Pytorch 1.7.1







> 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