Image Classification
timm
ONNX
Safetensors
mobile-screenshots
phone-screenshots
screenshot-analysis
content-safety
Instructions to use yapwithai/phone-screen-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use yapwithai/phone-screen-classifier with timm:
import timm model = timm.create_model("hf_hub:yapwithai/phone-screen-classifier", pretrained=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "architecture": "timm-spatial-flat-multitask", | |
| "model": "timm/mobilenetv4_conv_medium.e250_r384_in12k", | |
| "name": "Yap Phone Screenshot Classifier", | |
| "outputs": [ | |
| "screen", | |
| "safety" | |
| ], | |
| "resize_longest_side_px": 1024, | |
| "safety_labels": [ | |
| "hot", | |
| "nsfw", | |
| "safe" | |
| ], | |
| "screen_labels": [ | |
| "audio", | |
| "calendar", | |
| "camera", | |
| "comments", | |
| "contacts", | |
| "email", | |
| "excel", | |
| "feed", | |
| "finances", | |
| "food", | |
| "gallery", | |
| "game", | |
| "generic", | |
| "maps", | |
| "message-chat", | |
| "message-list", | |
| "notes", | |
| "other", | |
| "post", | |
| "profile", | |
| "reading", | |
| "shopping", | |
| "streaming", | |
| "weather" | |
| ] | |
| } | |