Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Chest CT Scan Cancer Detection
|
2 |
+
|
3 |
+
This application uses a deep learning model to detect cancer in chest CT scan images. The model is based on a DenseNet121 architecture and trained on the Chest CT-Scan Images dataset from Kaggle.
|
4 |
+
|
5 |
+
## How to Use
|
6 |
+
|
7 |
+
1. Upload a chest CT scan image using the interface
|
8 |
+
2. Click "Analyze Image" to get results
|
9 |
+
3. View the prediction (Normal or Cancer) and visualization
|
10 |
+
|
11 |
+
## About the Model
|
12 |
+
|
13 |
+
- **Architecture**: Modified DenseNet121
|
14 |
+
- **Task**: Binary Classification (Normal vs. Cancer)
|
15 |
+
- **Input**: Chest CT scan images (resized to 256x256)
|
16 |
+
- **Performance**: ~90% accuracy on test set
|
17 |
+
|
18 |
+
## Limitations
|
19 |
+
|
20 |
+
- The model works best with chest CT scans similar to those in the training data
|
21 |
+
- This is a research tool and should not be used for clinical diagnosis without professional medical oversight
|
22 |
+
|
23 |
+
## Citation
|
24 |
+
|
25 |
+
If you use this model in your research, please cite:
|
26 |
+
|
27 |
+
@misc{samadov2025chestcancer,
|
28 |
+
author = {Ismat Samadov},
|
29 |
+
title = {Chest Cancer Detection Using Deep Learning},
|
30 |
+
year = {2025},
|
31 |
+
publisher = {GitHub},
|
32 |
+
journal = {GitHub repository},
|
33 |
+
howpublished = {\url{https://github.com/Ismat-Samadov/chest_cancer_detection}}
|
34 |
+
}
|