Skip to content

Commit

Permalink
Modified landing page (again) per feedback from product and Frank.
Browse files Browse the repository at this point in the history
Change-Id: I0c4342528ae4dac1d255e5b3107a9f1cdf7a7293
  • Loading branch information
Denis Davydenko committed Nov 29, 2019
1 parent 3a28d29 commit f83bf5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,24 @@ <h5 class="header col s12 light">Open source library to build and deploy Deep Le
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">device_hub</i></h2>
<h5 class="center">Model Zoo</h5>
<p class="light">Run predictions in minutes with our pre-trained state of the art models</p>
<h5 class="center">Framework Agnostic</h5>
<p class="light">Write once and run anywhere. Develop your model using DJL and run it on an engine of your choice</p>
</div>
</div>

<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">group</i></h2>
<h5 class="center">User friendly Java APIs</h5>
<p class="light">Reduce development time by abstracting complexity involved with Deep Learning</p>
<h5 class="center">Built for Java developers</h5>
<p class="light">Intuitive APIs use native Java concepts and abstract away complexity involved with Deep learning</p>
</div>
</div>

<div class="col s12 m4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">cloud_upload</i></h2>
<h5 class="center">End-End Java experience</h5>
<p class="light">Build, test and deploy entirely in Java with our flexible interface</p>
<h5 class="center">Ease of deployment</h5>
<p class="light">Bring in your own model, or use a state of the art model from our library to deploy in minutes</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f83bf5c

Please sign in to comment.