gutseb / ai-accelerator

The AI Accelerator is a template project for setting up Red Hat OpenShift AI using GitOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Hat AI Accelerator

Welcome to the AI Accelerator project source code. This project is designed to initialize an OpenShift cluster with a recommended set of operators and components that aid with training, deploying, serving and monitoring Machine Learning models.

This repo is intended to provide a core set of OpenShift features that would commonly be used for a Data Science environment, but can also be highly customized for specific scenarios. When starting out we recommend making a copy or a fork of this project on your Git based instance, since it utilizes the process of automating IT infrastructure using infrastructure as code and software development best practices such as Git, code review, and CI/CD - known as GitOps.

Once the initial components are deployed, several ArgoCD Application objects are created which are then used to install and manage the install of the operators on the cluster.

AI Accelerator Overview

Additional Documentation and Info

  • Overview - what's inside this repository?
  • Installation Guide - containing step by step instructions for executing this installation sequence on your cluster

Operators

Applications

  • OpenShift GitOps: ArgoCD
  • S3 compatible storage: MinIO

Configuration

Tenants

About

The AI Accelerator is a template project for setting up Red Hat OpenShift AI using GitOps


Languages

Language:Python 51.2%Language:Shell 32.5%Language:Jupyter Notebook 16.3%