Image Classification
Transformers
TensorBoard
Safetensors
dinov2
Generated from Trainer
Eval Results (legacy)
Instructions to use LuGot16/spermatogenesis-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LuGot16/spermatogenesis-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="LuGot16/spermatogenesis-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("LuGot16/spermatogenesis-classifier") model = AutoModelForImageClassification.from_pretrained("LuGot16/spermatogenesis-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
14908ad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eac4de32838f02787c991dce069e7b299f4861e39990d5e0e700b4d329ecbde2
size 5905
|