Owos commited on
Commit
19d3381
1 Parent(s): 7aa7119

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -20,25 +20,26 @@ metrics:
20
  ---
21
 
22
  # Tuberculosis Classifier
 
23
  # Model description
24
  This is a computer vision model that was built with TensorFlow to classify if a given x-ray scan is positive for Tuberculosis or not.
25
 
26
- #Intended uses & limitations
27
  The model was built to help support low-resourced and short-staffed primary healthcare centers in Nigeria. Particularly, the aim to was created a computer-aided diagnosing tool for Radiologists in these centers.
28
  The model has not undergone clinical testing and usage is at ueser's own risk.The model has however been tested on real life data images that are positive for tuberculosis
29
 
30
- #How to use
31
  Download the pre-trained model and use it to make inference.
32
  A space has been created for testing [here](space.com)
33
 
34
- #Training data
35
  The entire dataset consist of 3500 negative images and 700 positive TB images. </br>
36
  The data was splitted in 80% for training and 20% for validation.
37
 
38
- #Training procedure
39
  Transfer-learning was employed using InceptionV3 as the pre-trained model. Training was done for 20 epochs and the classes were weighted during training in order to neutralize the imbalanced class in the dataset. The training was done on Kaggle using the GPUs provided. More details of the experiments can be found [here](https://www.kaggle.com/code/abrahamowodunni/tb-project)
40
 
41
- #Evaluation results
42
  The result of the evaluation are as follows: - loss: 0.0923 - binary_accuracy: 0.9857 - precision: 0.9259 - recall: 0.9843
43
  More information can be found in the plot below.
44
  [Evaluation results of the TB model](https://github.com/owos/tb_project/blob/main/README.md)
 
20
  ---
21
 
22
  # Tuberculosis Classifier
23
+ [Github repo is here](https://github.com/owos/tb_project)
24
  # Model description
25
  This is a computer vision model that was built with TensorFlow to classify if a given x-ray scan is positive for Tuberculosis or not.
26
 
27
+ # Intended uses & limitations
28
  The model was built to help support low-resourced and short-staffed primary healthcare centers in Nigeria. Particularly, the aim to was created a computer-aided diagnosing tool for Radiologists in these centers.
29
  The model has not undergone clinical testing and usage is at ueser's own risk.The model has however been tested on real life data images that are positive for tuberculosis
30
 
31
+ # How to use
32
  Download the pre-trained model and use it to make inference.
33
  A space has been created for testing [here](space.com)
34
 
35
+ # Training data
36
  The entire dataset consist of 3500 negative images and 700 positive TB images. </br>
37
  The data was splitted in 80% for training and 20% for validation.
38
 
39
+ # Training procedure
40
  Transfer-learning was employed using InceptionV3 as the pre-trained model. Training was done for 20 epochs and the classes were weighted during training in order to neutralize the imbalanced class in the dataset. The training was done on Kaggle using the GPUs provided. More details of the experiments can be found [here](https://www.kaggle.com/code/abrahamowodunni/tb-project)
41
 
42
+ # Evaluation results
43
  The result of the evaluation are as follows: - loss: 0.0923 - binary_accuracy: 0.9857 - precision: 0.9259 - recall: 0.9843
44
  More information can be found in the plot below.
45
  [Evaluation results of the TB model](https://github.com/owos/tb_project/blob/main/README.md)