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
File size: 134 Bytes
14888bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:48da12c3ee291c5de69a32c6b3ee4a2343aca2199454619f9dc8fdb8585f507e
size 343223972
|