Instructions to use Lewislou/cell-seg-sribd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lewislou/cell-seg-sribd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="Lewislou/cell-seg-sribd")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lewislou/cell-seg-sribd", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2898778
Update README.md a2a43cd
Upload model.pt 5187062
Update README.md 76d2599
Update README.md c72844f
Update README.md ebe155d
Upload 24 files 0ca2a11
initial commit ad5cbcb
Wei Lou commited on