📂 Project Structure ├── data/ # DICOM CT slices ├── main.py # Main application ├── renderer.py # VTK volume rendering logic ├── gui.py ...
A deep learning–based application for detecting lung cancer from CT scan images using a Convolutional Neural Network (CNN). The system preprocesses medical images and predicts cancer presence through ...