sukhmani1303 commited on
Commit
2058fd5
·
verified ·
1 Parent(s): 45a557b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -7
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
- - Upload a chest X-ray image (JPEG/PNG)
24
- - Click "Submit"
25
- - View prediction and confidence
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
- For educational use only. Consult healthcare professionals.
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