Instructions to use lederyou/bacteria-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use lederyou/bacteria-classifier with timm:
import timm model = timm.create_model("hf_hub:lederyou/bacteria-classifier", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Upload class_names.json with huggingface_hub
Browse files- class_names.json +22 -0
class_names.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"Aspergillus niger_gram stain",
|
| 3 |
+
"Aspergillus niger_media plate",
|
| 4 |
+
"Bacillus subtilis_gram stain",
|
| 5 |
+
"Bacillus subtilis_media plate",
|
| 6 |
+
"Candida albicans_gram stain",
|
| 7 |
+
"Candida albicans_media plate",
|
| 8 |
+
"Clostridium sporogenes_gram stain",
|
| 9 |
+
"Clostridium sporogenes_media plate",
|
| 10 |
+
"Enterococcus faecalis_gram stain",
|
| 11 |
+
"Enterococcus faecalis_media plate",
|
| 12 |
+
"Escherichia coli_gram stain",
|
| 13 |
+
"Escherichia coli_media plate",
|
| 14 |
+
"Klebsiella pneumoniae_gram stain",
|
| 15 |
+
"Klebsiella pneumoniae_media plate",
|
| 16 |
+
"Pseudomonas aeruginosa_gram stain",
|
| 17 |
+
"Pseudomonas aeruginosa_media plate",
|
| 18 |
+
"Staphylococcus aureus_gram stain",
|
| 19 |
+
"Staphylococcus aureus_media plate",
|
| 20 |
+
"Streptococcus pyogenes_gram stain",
|
| 21 |
+
"Streptococcus pyogenes_media plate"
|
| 22 |
+
]
|