This repository contains code for leukemia classification using deep learning models VGG16 and EfficientNetB3. The project aims to classify leukemia from medical imaging data.
Leukemia-Classification/
βββ Classification_using_VGG16_EfficientNetB3.ipynb # Main notebook for training and evaluation
βββ data/ # Dataset folder (not included in the repo)
βββ results/ # Results and visualizations
βββ requirements.txt # Python dependencies
βββ LICENSE # License file
The dataset used for this project contains high-resolution medical images of leukemia.
Dataset Source: CNMC
Download Dataset
Note: Due to size limitations, the dataset is not included in this repository. After downloading, place the dataset in the
data/
folder.
Install the required dependencies by running:
pip install -r requirements.txt
Follow these steps to run the project:
-
Clone the repository:
git clone https://github.com/NikhilPatil0007/Leukemia-Classification.git cd Leukemia-Classification
-
Download the dataset and place it in the
data/
folder. -
Open the notebook in Jupyter:
jupyter notebook Classification_using_VGG16_EfficientNetB3.ipynb
-
Follow the instructions in the notebook to preprocess data, train the models, and evaluate the results.
- Experiment with additional deep learning models.
- Implement advanced augmentation techniques to improve accuracy.
- Explore deployment options for real-time predictions.
Contributions are welcome! Feel free to fork the repository, raise issues, or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.