Instructions to use rakib730/output-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rakib730/output-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="rakib730/output-models") 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("rakib730/output-models") model = AutoModelForImageClassification.from_pretrained("rakib730/output-models", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
66fd799 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f43a08013968c1e3f06b80b34ad528847e9aa2009c2054ff5bf285aec2a586d
size 5240
|