Quick Links
A full description of this project can be found at https://sketchxai.github.io/.
- Downloads last month
- 10
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
A full description of this project can be found at https://sketchxai.github.io/.
# Load model directly from transformers import AutoImageProcessor, ViTForSketchClassification processor = AutoImageProcessor.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30") model = ViTForSketchClassification.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30")