Instructions to use WinKawaks/SketchXAI-Base-QuickDraw30 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WinKawaks/SketchXAI-Base-QuickDraw30 with Transformers:
# Load model directly from transformers import AutoImageProcessor, ViTForSketchClassification processor = AutoImageProcessor.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30") model = ViTForSketchClassification.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30") - Notebooks
- Google Colab
- Kaggle