Instructions to use jjmcarrascosa/vit_receipts_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jjmcarrascosa/vit_receipts_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jjmcarrascosa/vit_receipts_classifier") 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("jjmcarrascosa/vit_receipts_classifier") model = AutoModelForImageClassification.from_pretrained("jjmcarrascosa/vit_receipts_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6b4043b5db741f6db700a85ba7453a979d20d9c120025172dc3b4b1350d313d6
- Size of remote file:
- 343 MB
- SHA256:
- 26d3e6dbcc4e0e19350f8de8fef0ef9aef02adb2dfecc0b3eb7fc3d771081dc8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.