Welcome to the Cell Nuclei Segmentation project! Our mission is to revolutionize biomedical research by automating nucleus detection, a fundamental step in understanding cellular dynamics and advancing drug discovery. By leveraging the powerful UNet architecture, our project accelerates the identification of cell nuclei, reducing the time required for critical biomedical analysis.
Biomedical research, particularly in diseases like lung cancer, heart disease, Alzheimer's, and diabetes, often involves time-consuming manual analysis. Our project addresses this challenge by automating nucleus detection, a critical step in understanding cellular dynamics. The primary purpose is to accelerate the research process, leading to faster discoveries and advancements in drug development.
Beyond individual diseases, our project offers a transformative tool for biomedical researchers. By expediting nucleus detection, we streamline drug testing processes, potentially compressing the timeline for drug development. The project aims to contribute to advancements in understanding diseases and facilitating the development of novel treatments.
- UNet Architecture: We employ the potent UNet architecture for precise cell nucleus segmentation, known for its success in semantic segmentation tasks.
- Dataset: Trained on the diverse dataset from the 2018 Data Science Bowl competition, our model is robust and adaptable to various experimental conditions.
- Pre-Processing: Our approach includes boundary extraction and region filling for enhanced accuracy in cell nucleus segmentation.
- Model Architecture: The UNet model consists of 35 Conv2D layers, providing a sophisticated neural network for image segmentation.
To run this project, ensure you have the following Python libraries installed:
- pandas, numpy, matplotlib, Keras, scikit-learn, tensorflow.
You can install the required libraries using the following command:
pip install pandas numpy matplotlib keras scikit-learn tensorflow
- Google Colab/Jupiter Notebook
- Aayush Dubey
- Anish Borkar
- Godavarthi Sai Nikhil
We express our sincere gratitude to Dr. Devanjali Relan, who provided invaluable supervision during this project.
Feel free to delve into our codebase, datasets, and model architecture. Your engagement and feedback are invaluable as we continue refining and expanding our project.
Sample output image combining original, ground truth/mask, and generated images:
- Original Image: The original microscopy image.
- Ground Truth/Mask: The annotated ground truth or mask indicating the actual cell nuclei positions.
- Generated Image: The output of our segmentation model, highlighting the detected cell nuclei.
For inquiries, collaboration opportunities, or further information, please feel free to reach out to:
- Email: nikhilgodavarthi9@gmail.com
Thank you for joining us on this transformative journey in biomedical research!