Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
genglasses – AI Model by Charlie81 | AlphaNeural AI
You can deploy this model and start earning money today!
Charlie81
/
genglasses
like
0
safetensors
custom_timm_vit_image_classifier
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Base Model Classifier (ViT)
This model predicts the
base model used to generate an AI image
.
Backbone: vit_base_patch16_224
Classes: 31
Task: image classification
Usage
python
1
from
modeling
import
predict
2
print
(
predict
(
"example.jpg"
)
)