Edit model card
YAML Metadata Error: "datasets[0]" with value "https://www.kaggle.com/datasets/tawsifurrahman/tuberculosis-tb-chest-xray-dataset" is not valid. If possible, use a dataset id from https://hf.co/datasets.

Tuberculosis Classifier

Github repo is here
HuggingFace Space

Model description

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.

Intended uses & limitations

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. 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

How to use

Download the pre-trained model and use it to make inference. A space has been created for testing here

Training data

The entire dataset consist of 3500 negative images and 700 positive TB images.
The data was splitted in 80% for training and 20% for validation.

Training procedure

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

Evaluation results

The result of the evaluation are as follows: - loss: 0.0923 - binary_accuracy: 0.9857 - precision: 0.9259 - recall: 0.9843 More information can be found in the plot below. Evaluation results of the TB model

Downloads last month
3
Inference API
Drag image file here or click to browse from your device
This model can be loaded on Inference API (serverless).