KevinFondevilaCBI commited on
Commit
666f433
·
verified ·
1 Parent(s): 7e5ed96

Add BiTTE-lite model card

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - microbiology
5
+ - gram-stain
6
+ - medical-imaging
7
+ - research-use-only
8
+ pipeline_tag: image-classification
9
+ ---
10
+
11
+ # BiTTE-lite
12
+
13
+ BiTTE-lite is an application within the CarbConnect platform. It is a simplified version of the BiTTE product, designed for easy and efficient detection of microorganisms in various applications.
14
+
15
+ The app focuses on classifying microorganisms from Gram-stained microscopy images into seven output categories:
16
+
17
+ 1. Gram-negative rods (GNR)
18
+ 2. Gram-negative cocci (GNC)
19
+ 3. Gram-positive rods (GPR)
20
+ 4. Gram-positive cocci (GPC)
21
+ 5. Yeast-like fungi (Yeast)
22
+ 6. No bacteria
23
+ 7. Combination / mixed findings
24
+
25
+ ## Intended Uses and Limitations
26
+
27
+ BiTTE-lite is strictly intended for **Research Use Only (RUO)**.
28
+
29
+ It is **not** intended for:
30
+
31
+ - clinical diagnostics
32
+ - medical decision-making
33
+ - patient management
34
+ - therapeutic selection
35
+ - any regulated medical procedure
36
+
37
+ For additional product details, refer to the BiTTE-lite Learn More page on CarbConnect.
38
+
39
+ ## How to Use
40
+
41
+ A video tutorial demonstrating how to use the app is available on YouTube.
42
+
43
+ ## Training Data
44
+
45
+ The model was trained on a dataset of Gram-stained images of urine and blood culture specimens provided by:
46
+
47
+ - the School of Medicine, Kobe University
48
+ - the National Center for Global Health and Medicine (NCGM)
49
+
50
+ Specimens were Gram-stained using either the Favor or Barmy method.
51
+
52
+ Image acquisition was performed by photographing specimens through the eyepiece of an optical microscope at **1000x magnification** using a smartphone camera.
53
+
54
+ The dataset captures frequently encountered clinical bacterial species and includes:
55
+
56
+ - 15 species in urine specimens
57
+ - 19 species in aerobic blood culture specimens
58
+ - 13 species in anaerobic blood culture specimens
59
+
60
+ ## Performance and Evidence
61
+
62
+ Related publication:
63
+
64
+ Kei Yamamoto, Goh Ohji, et al. *Accuracy of classification of urinary Gram-stain findings by a computer-aided diagnosis app compared with microbiology specialists*. J Med Microbiol. 2025 Apr;74(4):002008. doi: 10.1099/jmm.0.002008.
65
+
66
+ Paper link:
67
+
68
+ https://www.microbiologyresearch.org/content/journal/jmm/10.1099/jmm.0.002008
69
+
70
+ ## Citation
71
+
72
+ If you use BiTTE-lite in research, please cite:
73
+
74
+ ```bibtex
75
+ @article{yamamoto2025bitte,
76
+ author = {Yamamoto, Kei and Ohji, Goh and others},
77
+ title = {Accuracy of classification of urinary Gram-stain findings by a computer-aided diagnosis app compared with microbiology specialists},
78
+ journal = {Journal of Medical Microbiology},
79
+ year = {2025},
80
+ month = {Apr},
81
+ volume = {74},
82
+ number = {4},
83
+ pages = {002008},
84
+ doi = {10.1099/jmm.0.002008}
85
+ }
86
+ ```
87
+
88
+ ## Other Remarks
89
+
90
+ For detailed classification at the species level, refer to **BiTTE - iE**.
91
+
92
+ For guidance on achieving high-quality Gram staining, refer to the automated gram stainer **Point of Care Gram Stainer (PoCGS)**.