JetX-GT commited on
Commit
7ab6f8d
·
verified ·
1 Parent(s): 0e3db21

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -144,6 +144,14 @@ print(f"Probability: {probability:.4f}")
144
 
145
  ## Training Details
146
 
 
 
 
 
 
 
 
 
147
  ### Training Data
148
  - 3,406 images from 443 patients
149
  - Patient-level splits to prevent data leakage
@@ -189,6 +197,9 @@ Image Analysis (this model) → If positive → Blood test confirmation
189
 
190
  ## Citation
191
 
 
 
 
192
  ```bibtex
193
  @model{nail_anemia_detector,
194
  title={Nail Anemia Detector},
@@ -199,6 +210,18 @@ Image Analysis (this model) → If positive → Blood test confirmation
199
  }
200
  ```
201
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  ## License
203
 
204
  MIT License
 
144
 
145
  ## Training Details
146
 
147
+ ### Dataset
148
+
149
+ This model was trained on the **Detection of Anemia using Colour of the Fingernails Image Datasets from Ghana**:
150
+
151
+ > Asare, Justice Williams; APPIAHENE, PETER; DONKOH, EMMANUEL (2022), "Detection of Anemia using Colour of the Fingernails Image Datasets from Ghana", Mendeley Data, V1, doi: 10.17632/2xx4j3kjg2.1
152
+
153
+ Dataset available at: https://data.mendeley.com/datasets/2xx4j3kjg2/1
154
+
155
  ### Training Data
156
  - 3,406 images from 443 patients
157
  - Patient-level splits to prevent data leakage
 
197
 
198
  ## Citation
199
 
200
+ If you use this model, please cite both the model and the dataset:
201
+
202
+ **Model:**
203
  ```bibtex
204
  @model{nail_anemia_detector,
205
  title={Nail Anemia Detector},
 
210
  }
211
  ```
212
 
213
+ **Dataset:**
214
+ ```bibtex
215
+ @dataset{asare2022anemia,
216
+ title={Detection of Anemia using Colour of the Fingernails Image Datasets from Ghana},
217
+ author={Asare, Justice Williams and Appiahene, Peter and Donkoh, Emmanuel},
218
+ year={2022},
219
+ publisher={Mendeley Data},
220
+ version={V1},
221
+ doi={10.17632/2xx4j3kjg2.1}
222
+ }
223
+ ```
224
+
225
  ## License
226
 
227
  MIT License