Instructions to use ideepankarsharma2003/AI_ImageClassification_SDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ideepankarsharma2003/AI_ImageClassification_SDXL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ideepankarsharma2003/AI_ImageClassification_SDXL") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ideepankarsharma2003/AI_ImageClassification_SDXL") model = AutoModelForImageClassification.from_pretrained("ideepankarsharma2003/AI_ImageClassification_SDXL") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8d3ca06 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9edbd48f74807283cdb5f5493284bc0a2de08fc9ebd74b0ba5b2bb1b9391dc70
size 4728
|