Skip to content

This repository details a project where an end-to-end semantic segmentation model prototype is developed.

Notifications You must be signed in to change notification settings

DavidoF3/MLOps-model-development

Repository files navigation

Effective MLOps: Model Development using W&B

This repository details work done on:

  • Building a segmentation model prototype end-to-end (link).
  • Optimising the performance of the baseline model (link).
  • Best practices for model evaluation (link).

W&B tools used:

  • Tables
  • Artifacts
  • Experiments
  • Reports
  • Model registry

Dataset used:

  • BDD1K dataset to be used for semantic segmentation.

Further W&B resources:

Repository setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
wandb login

About

This repository details a project where an end-to-end semantic segmentation model prototype is developed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published