https://github.com/tensorchord/modelz-charts
https://github.com/tensorchord/modelz-charts
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensorchord/modelz-charts
- Owner: tensorchord
- Created: 2023-08-14T02:05:23.000Z (almost 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-09-22T12:48:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T08:06:23.316Z (over 1 year ago)
- Language: Shell
- Size: 271 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModelZ

---
ModelZ is a developer-first platform for prototyping and deploying machine learning models. With our dashboard and APIs, developers can easily bring their ML ideas to life without worrying about the hassle of infrastructure setup or maintenance.
## Getting Started
**Prerequisites**
- Kubernetes 1.18+
- Helm 3.1.0
**Helm Installation**
Please refer to Helm's [documentation](https://helm.sh/docs/intro/install/) for installation.
**Add Helm Chart Repo**
```console
helm repo add modelz https://tensorchord.github.io/modelz-charts/
```
**Install ModelZ**
```console
helm install modelz modelz/modelz
```