Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.47 KB

README.md

File metadata and controls

60 lines (38 loc) · 2.47 KB

Computer Vision Demo / Workshop

File Linting

This demo / workshop is designed to showcase OpenShift as a platform for developing and operationalizing AI/ML applications.

Specifically it focuses on a computer vision implementation and covers a workflow for custom training and serving for integration with other applications and services. It uses many tools in the Red Hat ecosystem as well as 3rd party applications and services.

Here is a video series explaining the workshop and a runthrough of the setup and use cases.

WorkshopSeries

Prerequisites

CLI tools

Infrastructure

  • OpenShift 4.12+
    • role: cluster-admin
  • Nvidia GPU hardware
  • Internet access

Optional

  • OpenShift Dev Spaces 3.8.0+
  • AWS (auto scaling)

Red Hat Demo Platform Options (Tested)

Quickstart

You can use OpenShift Dev Spaces for AI / ML or your local machine to explore this demo.

# cluster tasks
scripts/bootstrap.sh

# namespace tasks
scripts/01-setup-pipelines.sh
scripts/02-run-train-model.sh

Workshop Instructions

See docs/WORKSHOP.md

Additional Resources