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
File size: 232 Bytes
5bcd1fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"crop": false,
"horizontal_flip": false,
"mean": [
0.485,
0.456,
0.406
],
"preserve_aspect_ratio": true,
"resize_longest_side_px": 1024,
"std": [
0.229,
0.224,
0.225
],
"stretch": false
}
|