Skip to content

Commit

Permalink
GitBook: [master] 5 pages and 2 assets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaGazar authored and gitbook-bot committed Feb 3, 2020
1 parent 9fd9137 commit 24af72d
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 7 deletions.
Binary file added .gitbook/assets/flow-deploy (1).gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/flow-deploy.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 32 additions & 6 deletions README.md
@@ -1,8 +1,34 @@
# Prerequisites
---
description: Free Data Scientists to focus on hard and creative ML tasks
---

# ML Studio

![New deployment demo](.gitbook/assets/flow-deploy.gif)

## Key features

* **Try locally** before commiting to anything.
* **Open:** your deployment specs and models are stored in clean format.
* **Auto Deployments:** deploy your models in minutes.
* **Autoscaling:** automatically scales APIs to handle production workloads.
* **CPU / GPU instances:** ML Studio just works on your infrastructure.
* **Preemptible \(Spot\) instances:** use preemptible VMs for cost savings.
* **Zero DevOps**: focus on what matters, you w'not have to worry about devops.

## Can I become who I want to be?

**ML Studio** is a cloud-native app build on-top of Kubernetes. This means it is cloud-agnostic and can be deployed on its own or to existing clusters.

**ML Studio** has intuitive UI and is bundled with many open-source tools Data Scientists and Engineers already use daily. No lock-in tools, we simply want to free you to do your best work without having to worry about the mundane tasks.

## How it works?

If you are already using Git then you are going to fit right in because every change is tracked in Git automatically. Individual deployment configuration are tracked inside your Git repo under `.mlstudio/app.db`, it is SQLite database. And artifacts are stored in `/home/mlstudio/models` directory so together with the related deployment configuration you can reproduce the same results and review the code that lead to them.

All that is open because we do not want to lock you in, we believe that after you try ML Studio you will be hooked. And if you ever feel want to leave you know that all your work and deployments configuration are yours and that you will be taking them with you.




1. A cluster, local or remote.
2. HELM \(ML Studio has been tested with HELM 2.x\)
3. Istio
4.
Please refer to [docs.mlstudioapp.com](http://docs.mlstudioapp.com) for documentation on the latest stable version.

7 changes: 6 additions & 1 deletion SUMMARY.md
@@ -1,6 +1,7 @@
# Table of contents

* [Prerequisites](README.md)
* [ML Studio](README.md)
* [Prerequisites](prerequisites.md)

## Install

Expand All @@ -9,6 +10,10 @@
* [Istio](install/istio.md)
* [ML Studio](install/ml-studio.md)
* [Usage](usage.md)

## Deploying a model

* [Untitled](deploying-a-model/untitled.md)
* [Cleanup](cleanup.md)
* [Demo Workspace](http://examples.mlstudioapp.com)
* [Feature Requests](http://bit.ly/ml-studio-feature-suggestions)
Expand Down
2 changes: 2 additions & 0 deletions deploying-a-model/untitled.md
@@ -0,0 +1,2 @@
# Untitled

6 changes: 6 additions & 0 deletions prerequisites.md
@@ -0,0 +1,6 @@
# Prerequisites

1. A cluster, local or remote.
2. HELM \(ML Studio has been tested with HELM 2.x\)
3. Istio

2 changes: 2 additions & 0 deletions usage.md
Expand Up @@ -15,3 +15,5 @@ kubectl get svc istio-ingressgateway -n istio-system
```
```

0 comments on commit 24af72d

Please sign in to comment.