Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- vision
|
5 |
+
- image-classification
|
6 |
+
|
7 |
+
---
|
8 |
+
|
9 |
+
# Tuberculosis Classifier
|
10 |
+
# Model description
|
11 |
+
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.
|
12 |
+
#Intended uses & limitations
|
13 |
+
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.
|
14 |
+
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
|
15 |
+
How to use
|
16 |
+
Limitations and bias
|
17 |
+
Training data
|
18 |
+
Training procedure
|
19 |
+
Evaluation results
|