GitHub - Blitzpranav/Lung_Cancer_Detection_using_CNN: worked on dataset related to lung cancer using CNN · GitHub
Skip to content

Blitzpranav/Lung_Cancer_Detection_using_CNN

Folders and files

Repository files navigation

Lung Cancer Detection using CNN

A deep learning project to detect lung cancer from medical images using Convolutional Neural Networks.


Table of Contents


Description

Lung cancer is a deadly disease, and early detection is crucial for improving patient outcomes. This project aims to build a lung cancer detection system using Convolutional Neural Networks (CNN) that can analyze medical images (e.g., X-rays or CT scans) and identify potential cancerous regions. The trained model can assist radiologists in diagnosing lung cancer at an earlier stage.

Key features of this project:

  • Preprocessing of medical images to prepare data for training and evaluation.
  • Training a CNN model to classify images as cancerous or non-cancerous.
  • Evaluation metrics to assess the model's performance.
  • User-friendly interface for running the trained model on new images.

Prerequisites

Before you begin, ensure you have met the following requirements:


Installation

To install the required dependencies, use pip:

pip install tensorflow numpy opencv-python matplotlib

About

worked on dataset related to lung cancer using CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors