Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 878 Bytes

File metadata and controls

24 lines (18 loc) · 878 Bytes

Histopathological Image Analysis for Lung Cancer Detection Using CNN

Project Overview

This project utilizes Convolutional Neural Networks (CNN) to analyze histopathological images for the detection of lung cancer. The model is trained on a dataset of histopathological images to classify cancerous and non-cancerous samples effectively.

Project Workflow

Table of Contents

Installation

To set up the project, clone the repository and install the required packages using the following commands:

git clone https://github.com/subhan-liaqat/Histopathological-Image-Analysis-for-Lung-Cancer.git
cd Histopathological-Image-Analysis-for-Lung-Cancer
pip install -r requirements.txt