Update README.md
Browse files
README.md
CHANGED
|
@@ -20,12 +20,16 @@ result = classifier(image)
|
|
| 20 |
|
| 21 |
This is the app introduction image classifier of the following paper:
|
| 22 |
```bibtex
|
| 23 |
-
@
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
year={
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
}
|
| 30 |
```
|
| 31 |
Please note that the model can only be used for academic purpose.
|
|
|
|
| 20 |
|
| 21 |
This is the app introduction image classifier of the following paper:
|
| 22 |
```bibtex
|
| 23 |
+
@article{wei2024guing,
|
| 24 |
+
author = {Wei, Jialiang and Courbis, Anne-Lise and Lambolais, Thomas and Xu, Binbin and Bernard, Pierre Louis and Dray, G\'{e}rard and Maalej, Walid},
|
| 25 |
+
title = {GUing: A Mobile GUI Search Engine using a Vision-Language Model},
|
| 26 |
+
year = {2025},
|
| 27 |
+
volume = {34},
|
| 28 |
+
number = {4},
|
| 29 |
+
doi = {10.1145/3702993},
|
| 30 |
+
journal = {ACM Trans. Softw. Eng. Methodol.},
|
| 31 |
+
publisher = {Association for Computing Machinery},
|
| 32 |
+
address = {New York, NY, USA}
|
| 33 |
}
|
| 34 |
```
|
| 35 |
Please note that the model can only be used for academic purpose.
|