Skip to content

shrikantnaidu/wandb-mlops

Repository files navigation

W&B + PyImageSearch MLOps Course

This repo contains the code for the course: https://pyimagesearch.mykajabi.com/offers/LQSsX59C

  1. Download the dataset.
$ git clone -qq https://github.com/softwaremill/lemon-dataset.git
$ unzip -q lemon-dataset/data/lemon-dataset.zip

1.5 Open the params.py file and change the wandb parameters to your own project.

PROJECT_NAME = "wandb_course"
ENTITY = "pyimagesearch"  # just set this to your username
  1. Run python prepare_data.py to prepare the dataset as an artifact and upload it to W&B.

  2. Run python eda.py to do Exploratory Data Analysis on the dataset. We also upload the wandb Table from our analysis to W&B.

  3. Train the model using python train.py

  4. Evaluate the model using python eval.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages