mihirkudale / End-to-End-Project-Cell-Segmentation-Using-Yolo-v8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End-to-End-Project-Cell-Segmentation-Using-Yolo-v8

Workflows

  1. constants
  2. entity
  3. components
  4. pipelines
  5. app.py

How to run?

STEPS:

Clone the repository

https://github.com/mihirkudale/End-to-End-Project-Cell-Segmentation-Using-Yolo-v8.git

STEP 01- Create a conda environment after opening the repository

conda create -n cell python=3.8 -y
conda activate cell

STEP 02- install the requirements

pip install -r requirements.txt
# Finally run the following command
python app.py

Now,

open up you local host and port

AZURE-CICD-Deployment-with-Github-Actions

Save pass:

S6tXzK7IxUHz9O/9jkhciLsseddeQ++E+OcD7nQYy8+ACRDtEgUW

Run from terminal:

docker build -t cellseg.azurecr.io/cell:latest .

docker login cellseg.azurecr.io

docker push cellseg.azurecr.io/cell:latest

Deployment Steps:

  1. Build the Docker image of the Source Code
  2. Push the Docker image to Container Registry
  3. Launch the Web App Server in Azure
  4. Pull the Docker image from the container registry to Web App server and run

About


Languages

Language:Jupyter Notebook 97.7%Language:Python 1.6%Language:HTML 0.7%Language:Dockerfile 0.0%