Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -17,27 +17,28 @@ tags:
|
|
| 17 |
|
| 18 |
# 🩺 Tuberculosis Detection CNN
|
| 19 |
|
| 20 |
-
Classify chest X-ray images as **Normal** or **Tuberculosis** using a CNN.
|
| 21 |
|
| 22 |
## How to Use
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
|
| 27 |
## Performance
|
| 28 |
- **Test Accuracy**: ~93%
|
| 29 |
- **Dataset**: TB Chest Radiography Database
|
| 30 |
- **Model**: CNN with TensorFlow/Keras
|
| 31 |
- **Input**: 256x256 grayscale images
|
|
|
|
| 32 |
|
| 33 |
## Technical Details
|
| 34 |
- **Framework**: TensorFlow 2.17.0
|
| 35 |
- **Format**: SavedModel
|
| 36 |
-
- **Preprocessing**: Grayscale, 256x256, normalized
|
| 37 |
-
- **Output**: Binary classification
|
| 38 |
|
| 39 |
## Medical Disclaimer
|
| 40 |
-
|
| 41 |
|
| 42 |
## Tags
|
| 43 |
Medical Imaging, Deep Learning, Healthcare AI, Tuberculosis
|
|
|
|
| 17 |
|
| 18 |
# 🩺 Tuberculosis Detection CNN
|
| 19 |
|
| 20 |
+
Classify chest X-ray images as **Normal** or **Tuberculosis** using a CNN trained on the TB Chest Radiography Database.
|
| 21 |
|
| 22 |
## How to Use
|
| 23 |
+
1. Upload a chest X-ray image (JPEG/PNG).
|
| 24 |
+
2. Click "Submit".
|
| 25 |
+
3. View the prediction and confidence score.
|
| 26 |
|
| 27 |
## Performance
|
| 28 |
- **Test Accuracy**: ~93%
|
| 29 |
- **Dataset**: TB Chest Radiography Database
|
| 30 |
- **Model**: CNN with TensorFlow/Keras
|
| 31 |
- **Input**: 256x256 grayscale images
|
| 32 |
+
- **Classes**: Normal, Tuberculosis
|
| 33 |
|
| 34 |
## Technical Details
|
| 35 |
- **Framework**: TensorFlow 2.17.0
|
| 36 |
- **Format**: SavedModel
|
| 37 |
+
- **Preprocessing**: Grayscale, resized to 256x256, normalized to [0,1]
|
| 38 |
+
- **Output**: Binary classification (Normal or Tuberculosis)
|
| 39 |
|
| 40 |
## Medical Disclaimer
|
| 41 |
+
This model is for educational purposes only. Always consult healthcare professionals for medical diagnosis.
|
| 42 |
|
| 43 |
## Tags
|
| 44 |
Medical Imaging, Deep Learning, Healthcare AI, Tuberculosis
|