Instructions to use prithivMLmods/WBC-Type-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/WBC-Type-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/WBC-Type-Classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/WBC-Type-Classifier") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/WBC-Type-Classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 0a308c560f74959028ef0b22b74396f45b09cba0c7a91ee665a911c2890239cb
- Size of remote file:
- 687 MB
- SHA256:
- 8257911556d2660ce0325e3421ae8701103075f35ebc2fab66ea6a2bf7ec6099
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.