Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model: openai/clip-vit-base-patch32
|
| 5 |
+
---
|
| 6 |
+
GUIClip is a vision-language model in GUI domain.
|
| 7 |
+
|
| 8 |
+
Code and dataset can be found at https://github.com/Jl-wei/guing
|
| 9 |
+
|
| 10 |
+
If you find our work useful, please cite our paper:
|
| 11 |
+
```bibtex
|
| 12 |
+
@misc{wei2024guing,
|
| 13 |
+
title={GUing: A Mobile GUI Search Engine using a Vision-Language Model},
|
| 14 |
+
author={Jialiang Wei and Anne-Lise Courbis and Thomas Lambolais and Binbin Xu and Pierre Louis Bernard and Gérard Dray and Walid Maalej},
|
| 15 |
+
year={2024},
|
| 16 |
+
eprint={2405.00145},
|
| 17 |
+
archivePrefix={arXiv},
|
| 18 |
+
primaryClass={cs.SE}
|
| 19 |
+
}
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
+
Please note that the model can only be used for academic purpose.
|