Skip to content

Commit 21c0ea4

Browse files
committed
Pending changes exported from your codespace
1 parent 7406f92 commit 21c0ea4

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Detecting face from photo or camera
2+
___
3+
### Setup
4+
`pip install -r requirements.txt`
5+
6+
___
7+
### Usage
8+
`python3 main.py` Detection of lung cancer using CNN
9+
10+
___
11+
Here the data is taken from the kaggle.com
12+
13+
Dataset Link:https://www.kaggle.com/code/tarunm561/lung-cancer-detection-using-cnn/input
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pandas
2+
sea-born
3+
keras
4+
matplotlib

0 commit comments

Comments
 (0)