Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Lung Cancer CT Scan Dataset
|
| 6 |
+
|
| 7 |
+
## Dataset Description
|
| 8 |
+
|
| 9 |
+
This dataset contains CT scan images for lung cancer detection and classification. It includes images of four different categories: adenocarcinoma, large cell carcinoma, squamous cell carcinoma, and normal (non-cancerous) lung tissue.
|
| 10 |
+
|
| 11 |
+
### Classes
|
| 12 |
+
1. Adenocarcinoma
|
| 13 |
+
2. Large Cell Carcinoma
|
| 14 |
+
3. Normal (non-cancerous)
|
| 15 |
+
4. Squamous Cell Carcinoma
|
| 16 |
+
|
| 17 |
+
## Dataset Statistics
|
| 18 |
+
|
| 19 |
+
- Total number of images: 315
|
| 20 |
+
- Number of classes: 4
|
| 21 |
+
- Class distribution:
|
| 22 |
+
- Adenocarcinoma: 120 images
|
| 23 |
+
- Large Cell Carcinoma: 51 images
|
| 24 |
+
- Normal: 54 images
|
| 25 |
+
- Squamous Cell Carcinoma: 90 images
|
| 26 |
+
|
| 27 |
+
## Usage
|
| 28 |
+
|
| 29 |
+
This dataset is suitable for training and evaluating machine learning models for lung cancer detection and classification. It can be used for both binary classification (cancerous vs. non-cancerous) and multi-class classification (specific cancer types).
|