A deep learning project for automatic lung cancer detection using medical images and Convolutional Neural Networks (CNN).
- Detects lung cancer in images using CNN
- Image preprocessing and augmentation
- Model training and evaluation
- Python
- TensorFlow, Keras
- Clone this repo
- Install requirements:
pip install -r requirements.txt - Run
python predict.pywith your test image

