This project focuses on cell segmentation using YOLO v8, a state-of-the-art deep learning model for object detection and segmentation. The model aims to segment cells in images accurately and efficiently.
Clone the repository:
git clone https://github.com/yash-raj202134/cell-segmentation-using-yolov-8.git
Create a conda environment:
conda create -n cell python=3.8 -y
conda activate cell
Install the requirements:
pip install -r requirements.txt
Run the application:
python app.py
Access the application:
Open up your local host and port in a web browser to access the application.
Build the Docker image:
docker build -t cellseg.azurecr.io/cell:latest .
Log in to Azure Container Registry:
docker login cellseg.azurecr.io
Push the Docker image:
docker push cellseg.azurecr.io/cell:latest
Save pass: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX