Skip to content

πŸ” This GitHub repository hosts a real-time microbial cell detection and segmentation application built on YOLOv8, a state-of-the-art deep learning model. It provides an intuitive web interface for researchers and practitioners to identify microbial cells in images, facilitating tasks in environmental monitoring, public health, and biotechnology

Notifications You must be signed in to change notification settings

SYED-M-HUSSAIN/Microbial-cell-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Microbial Cell Detection with YOLOv8

This project implements a web application for real-time detection and segmentation of microbial cells using the YOLOv8 deep learning model.

Overview

Microbial cell detection is essential in various fields, including environmental monitoring, public health, and biotechnology. This application provides a user-friendly interface for researchers and practitioners to quickly and accurately identify microbial cells in images.

Your GIF

Segmented Results 1 Segmented Results 2

Features

  • Utilizes YOLOv8 for real-time object detection and segmentation.
  • Web-based interface for easy interaction and visualization.
  • Supports uploading of images containing microbial cells.
  • Displays segmented regions and precise locations of detected cells.
  • Provides distribution analysis of identified microbial cells.

Usage

  1. Clone the repository:
git clone https://github.com/SYED-M-HUSSAIN/Microbial-cell-segmentation.git
  1. Install the required dependencies:
  pip install -r requirements.txt
  1. Run the main file:
  streamlit run app.py

Directory Structure

.
β”œβ”€β”€ README.md                # Project documentation
β”œβ”€β”€ app.py                   # Main application script
β”œβ”€β”€ best.pt                  # Pre-trained YOLOv8 model
β”œβ”€β”€ image_utils.py           # Utility functions for image processing
β”œβ”€β”€ segmentation.py          # Script for segmentation functionality
β”œβ”€β”€ sidebar.py               # Script for sidebar components
β”œβ”€β”€ Images                    # Directory to store uploaded images
β”‚   └── uploaded_image.jpg   # Example uploaded image
β”œβ”€β”€ .gitignore               # Git ignore file
└── requirements.txt         # Dependencies

Website Link

https://bio200.streamlit.app/

References:

About

πŸ” This GitHub repository hosts a real-time microbial cell detection and segmentation application built on YOLOv8, a state-of-the-art deep learning model. It provides an intuitive web interface for researchers and practitioners to identify microbial cells in images, facilitating tasks in environmental monitoring, public health, and biotechnology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages