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