Bleachcarte commited on
Commit
f3f6d7d
·
verified ·
1 Parent(s): 0e6f98e

Initial Commit

Browse files
Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - image-classification
5
  language:
@@ -11,4 +11,31 @@ tags:
11
  pretty_name: Jaundice Dataset
12
  size_categories:
13
  - n<1K
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
  task_categories:
4
  - image-classification
5
  language:
 
11
  pretty_name: Jaundice Dataset
12
  size_categories:
13
  - n<1K
14
+ ---
15
+
16
+ # Diverse Jaundice Eye Dataset
17
+
18
+ ## Overview
19
+ This dataset contains web-scraped images of human eyes, categorized into **jaundice** (scleral icterus) and **healthy** eyes.
20
+
21
+ A primary goal of this dataset is to mitigate skin tone bias often found in medical imaging. Initial web searches for jaundice disproportionately returned images of lighter skin. To build a more clinically representative dataset for fairer AI training, specific searches (like "jaundice in black people") were used to ensure the inclusion of darker skin tones.
22
+
23
+ ## Dataset Details
24
+ * **Classes:** `jaundice` and `healthy`
25
+ * **Total Images:** 321
26
+ * **Collection Method:** Web scraping
27
+
28
+ ## Folder Structure
29
+ dataset/
30
+ ├── train/
31
+ ├──jaundice/ # Images of eyes showing signs of jaundice
32
+ └── test/
33
+ ├──healthy/ # Images of healthy eyes
34
+
35
+ ## Limitations & Disclaimer
36
+ Not Clinical Grade: These images are scraped from the web and have not been validated by doctors. This dataset is strictly for educational, prototyping, and research purposes.
37
+
38
+ Variance: Due to the nature of web scraping, lighting, camera quality, and zoom levels vary across the images.
39
+
40
+ ## Author
41
+ Daniel EKong — [Daniel's Git](https://github.com/Bleachcarte)