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