|
a/README.md |
|
b/README.md |
1 |
--- |
1 |
## Data Story |
2 |
license: cc |
2 |
It was a project about chest cancer detection using machine learning and deep leaning (CNN) . |
3 |
task_categories: |
3 |
we classify and diagnose if the patient have cancer or not using AI model . |
4 |
- object-detection |
4 |
We give them the information about the type of cancer and the way of treatment. |
5 |
language: |
5 |
we tried to collect all data we need to make the model classify the images easily. |
6 |
- en |
6 |
so i had to fetch data from many resources to start the project . |
7 |
size_categories: |
7 |
I researched a lot to collect all the data from many resources and cleaned it for the CNN . |
8 |
- 1K<n<10K |
8 |
|
9 |
tags: |
9 |
## Data |
10 |
- medical |
10 |
Images are not in dcm format, the images are in jpg or png to fit the model |
|
|
11 |
Data contain 3 chest cancer types which are Adenocarcinoma,Large cell carcinoma, Squamous cell carcinoma , and 1 folder for the normal cell |
|
|
12 |
Data folder is the main folder that contain all the step folders |
|
|
13 |
inside Data folder are test , train , valid |
|
|
14 |
|
|
|
15 |
test represent testing set |
|
|
16 |
train represent training set |
|
|
17 |
valid represent validation set |
|
|
18 |
training set is 70% |
|
|
19 |
testing set is 20% |
|
|
20 |
validation set is 10% |
|
|
21 |
|
|
|
22 |
### Adenocarcinoma |
|
|
23 |
Adenocarcinoma of the lung: Lung adenocarcinoma is the most common form of lung cancer |
|
|
24 |
accounting for 30 percent of all cases overall and about 40 percent |
|
|
25 |
of all non-small cell lung cancer occurrences. Adenocarcinomas are |
|
|
26 |
found in several common cancers, including breast, prostate and colorectal. |
11 |
- healthcare |
27 |
Adenocarcinomas of the lung are found in the outer region of the lung |
12 |
- info |
28 |
in glands that secrete mucus and help us breathe. |
13 |
- information |
29 |
Symptoms include coughing, hoarseness, weight loss and weakness. |
14 |
- object detection |
30 |
|
15 |
- CT-Scan |
31 |
### Large cell carcinoma |
16 |
- chest |
32 |
Large-cell undifferentiated carcinoma: Large-cell undifferentiated carcinoma lung cancer grows and spreads quickly and can |
17 |
pretty_name: Chest_CT-Scan_images-Dataset |
33 |
be found anywhere in the lung. This type of lung cancer usually accounts for 10 |
18 |
--- |
34 |
to 15 percent of all cases of NSCLC. |
|
|
35 |
Large-cell undifferentiated carcinoma tends to grow and spread quickly. |
|
|
36 |
|
|
|
37 |
### Squamous cell carcinoma |
|
|
38 |
Squamous cell: This type of lung cancer is found centrally in the lung, |
|
|
39 |
where the larger bronchi join the trachea to the lung, |
|
|
40 |
or in one of the main airway branches. |
|
|
41 |
Squamous cell lung cancer is responsible for about 30 percent of all non-small |
|
|
42 |
cell lung cancers, and is generally linked to smoking. |
|
|
43 |
|
|
|
44 |
And the last folder is the normal CT-Scan images |
|
|
45 |
|
|
|
46 |
## Acknowledgements |
|
|
47 |
We wouldn't be here without the help of others and the resources we found. |
|
|
48 |
thanks for all of my team and the people who supported us |
19 |
|
49 |
|
20 |
### Data Source |
50 |
## Data Source |
21 |
https://www.kaggle.com/datasets/mohamedhanyyy/chest-ctscan-images |
51 |
https://www.kaggle.com/datasets/mohamedhanyyy/chest-ctscan-images |
22 |
|
52 |
|
23 |
### Dataset Card Authors |
53 |
## Dataset Card Authors |
24 |
Mahadi Hassan |
54 |
Mahadi Hassan |
25 |
|
55 |
|
26 |
### Dataset Card Contact |
56 |
## Dataset Card Contact |
27 |
|
57 |
|
28 |
* mahadise01@gmail.com |
58 |
* mahadise01@gmail.com |
29 |
* Linkdin: https://www.linkedin.com/in/mahadise01 |
59 |
* Linkdin: https://www.linkedin.com/in/mahadise01 |
30 |
* Github: https://github.com/Mahadih534 |
60 |
* Github: https://github.com/Mahadih534 |