Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
@@ -23,7 +35,6 @@ This application uses a deep learning model to detect cancer in chest CT scan im
|
|
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},
|
|
|
1 |
+
---
|
2 |
+
title: Chest Cancer Detection
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.32.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
# Chest CT Scan Cancer Detection
|
14 |
|
15 |
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.
|
|
|
35 |
## Citation
|
36 |
|
37 |
If you use this model in your research, please cite:
|
|
|
38 |
@misc{samadov2025chestcancer,
|
39 |
author = {Ismat Samadov},
|
40 |
title = {Chest Cancer Detection Using Deep Learning},
|