Instructions to use pwk666/Beans_disease_classfication with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pwk666/Beans_disease_classfication with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pwk666/Beans_disease_classfication") 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("pwk666/Beans_disease_classfication") model = AutoModelForImageClassification.from_pretrained("pwk666/Beans_disease_classfication", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Mar07_17-04-32_fd26b73088a7
- Mar07_17-42-56_fd26b73088a7
- Mar08_01-11-36_23f5ca4077e4
- May07_09-12-41_56405bdd8ed7
- May07_09-18-18_56405bdd8ed7
- May07_09-25-18_56405bdd8ed7
- May07_09-30-28_56405bdd8ed7
- May07_09-35-59_56405bdd8ed7
- May07_09-41-30_56405bdd8ed7
- May07_09-48-25_56405bdd8ed7
- May07_09-53-33_56405bdd8ed7
- May07_09-55-49_56405bdd8ed7