Downloads · 30 days
0
mfuegger/ecoli_model
ecoli_model is a machine learning model from mfuegger. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
Intent of the model is for the detection of bacteria (E. coli) in microscopic images created at our lab. The model can be used in cellpose by downloading it into models/ and then creating a model:
Downloads · 30 days
0
Access
Public
Updated Dec 7, 2025
Repo size
1.2 GB
Likes
0
Public
Click a slice to open those files.
.pt609 MB · 100%
From the Hugging Face model README
Intent of the model is for the detection of bacteria (E. coli) in microscopic images created at our lab.
The model can be used in cellpose by downloading it into models/ and then creating a model:
model = models.CellposeModel(gpu=True, pretrained_model='models/ecoli_model.pt')
This model is a fine-tuned version of mouseland/cellpose-sam (BSD-3-Clause).
Original license of base model: BSD-3-Clause.
This fine-tuned model is licensed under Apache-2.0.