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:
- c96b6069913b92f2ab0a49e089d04b69846c52942e1b772477900ab2b6b74e11
- Size of remote file:
- 14.5 kB
- SHA256:
- 674676e662eeb93778c2b153ffad13aa90b43355da1956ce0b1e01e72f48c8d7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.