forked from kubeflow/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_index.html
93 lines (83 loc) · 3.6 KB
/
_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
+++
title = "Kubeflow"
+++
<!-- Hero section -->
{{< blocks/cover title="Kubeflow" image_anchor="center" height="full" color="dark" >}}
<div class="mx-auto">
<p class="lead mt-5">The Machine Learning Toolkit for Kubernetes</p>
<a class="btn btn-lg btn-primary mr-3 mb-4" href="/docs/started/getting-started/">
Get Started <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="/docs/about/contributing/">
Contribute <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<div class="mx-auto mt-5">
{{< blocks/link-down color="info" >}}
</div>
</div>
{{< /blocks/cover >}}
<div id="overview">
<div class="contain">
<h4 class="section-head">What is Kubeflow?</h4>
<p>The Kubeflow project is dedicated to making deployments of machine learning (ML) workflows on Kubernetes simple, portable and scalable. Our goal is not to recreate other services, but to provide a straightforward way to deploy best-of-breed open-source systems for ML to diverse infrastructures. Anywhere you are running Kubernetes, you should be able to run Kubeflow.</p>
</div>
</div>
<section id="pageContent">
<div class="lead">
<div class="image left">
<img src="jupyter.svg" alt="Jupyter Logo">
</div>
<div class="text">
<h4>Notebooks</h4>
<p>Services to create and manage interactive Jupyter notebooks. Project Jupyter is a non-profit, open-source project to support interactive data science and scientific computing across all programming languages.</p>
</div>
</div>
<div class="lead">
<div class="image right">
<img src="tensorflow.svg" alt="TensorFlow">
</div>
<div class="text">
<h4>TensorFlow model training</h4>
<p>A TensorFlow Training Controller that can be configured to use either CPUs or GPUs and be dynamically adjusted to the size of a cluster with a single setting. We also provide a TensorFlow job operator. </p>
</div>
</div>
<div class="lead">
<div class="image left">
<object type="image/svg+xml" data="serving.svg">
</object>
</div>
<div class="text">
<h4>Model serving</h4>
<p>A TensorFlow Serving container to export trained TensorFlow models to Kubernetes. We also integrate with Seldon Core, an open source platform for deploying machine learning models on Kubernetes, and NVIDIA TensorRT Inference Server for maximized GPU utilization when deploying ML/DL models at scale.</p>
</div>
</div>
<div class="lead">
<div class="image right">
<object type="image/svg+xml" data="pipelines.svg">
</object>
</div>
<div class="text">
<h4>Pipelines</h4>
<p>A solution to deploy and manage end-to-end machine learning workflows, providing rapid and reliable ML experimentation.</p>
</div>
</div>
<div class="lead">
<div class="image left">
<object type="image/svg+xml" data="multi-framework.svg" alt="Multi-framework">
</object>
</div>
<div class="text">
<h4>Multi-framework</h4>
<p>Our development plans go beyond TensorFlow, and we are working hard to include PyTorch, MXNet, Chainer, and more. We also integrate with Ambassador for ingress, Nuclio as a fast multi-purpose serverless framework, and Pachyderm for managing your data science pipelines.</p>
</div>
</div>
<div class="lead">
<div class="image right">
<img src="icn-people.svg" alt="People Icon">
</div>
<div class="text">
<h4>Community</h4>
<p>We are an open and welcoming community of software developers, data scientists, and organizations that are working to make it easier to develop and deploy scalable ML workflows across the industry. <a href="/docs/about/contributing/">Start contributing.</a>
</div>
</div>
</section>