gianlab commited on
Commit
c62b1fb
1 Parent(s): ad35c4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -37,7 +37,33 @@ It achieves the following results on the evaluation set:
37
 
38
  ## Model description
39
 
40
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ## Intended uses & limitations
43
 
 
37
 
38
  ## Model description
39
 
40
+ This model was created by importing the dataset of the chest x-rays images into Google Colab from kaggle here:
41
+
42
+ https://www.kaggle.com/datasets/omkarmanohardalvi/lungs-disease-dataset-4-types .
43
+
44
+ I then used the image classification tutorial here:
45
+
46
+ https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/image_classification.ipynb
47
+
48
+ obtaining the following notebook:
49
+
50
+ https://colab.research.google.com/drive/1rNKeA25BR05iMUvKFvRD8SkySBOlO4AC?usp=sharing
51
+
52
+ 'Viral Pneumonia', 'Corona Virus Disease', 'Normal', 'Tuberculosis', 'Bacterial Pneumonia'
53
+
54
+ The possible classified data are:
55
+ <ul>
56
+ <li>Viral Pneumonia</li>
57
+ <li>Corona Virus Disease</li>
58
+ <li>Normal</li>
59
+ <li>Tuberculosis</li>
60
+ <li>Bacterial Pneumonia</li>
61
+ </ul>
62
+
63
+ ### X-rays image example:
64
+
65
+ ![Screenshot](lung.png)
66
+
67
 
68
  ## Intended uses & limitations
69