Views
No views yet
Surrounded Screenshot, Screenshot, and Irrelevant.1from PIL import Image
2from transformers import pipeline
3
4classifier = pipeline("image-classification", model="Jl-wei/app-intro-img-classifier", device=0)
5image = Image.open(img_path)
6result = classifier(image)1@article{wei2024guing,
2 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},
3 title = {GUing: A Mobile GUI Search Engine using a Vision-Language Model},
4 year = {2025},
5 volume = {34},
6 number = {4},
7 doi = {10.1145/3702993},
8 journal = {ACM Trans. Softw. Eng. Methodol.},
9 publisher = {Association for Computing Machinery},
10 address = {New York, NY, USA}
11}