Skip to content

Commit

Permalink
#54 - adapted links (#55)
Browse files Browse the repository at this point in the history
- added kaos logo in README
- added badges for kaos
  • Loading branch information
jfri3d authored and WiktorJ committed Oct 28, 2019
1 parent 19744b0 commit 5665a9a
Showing 1 changed file with 37 additions and 16 deletions.
53 changes: 37 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,44 @@
# kaos
<!---[![GitHub license](https://img.shields.io/badge/license-apache-green.svg)](https://github.com/ki-labs/kaos/blob/master/LICENSE)
-->
<p align="center">
<img src="docs/.gitbook/assets/logo-text-black.png"
height="130">
</p>

<p align="center">
<a href="" alt="License">
<img src="https://img.shields.io/github/license/KI-labs/kaos?style=flat-square&color=blue" /></a>
<a href="" alt="Build">
<img src="https://img.shields.io/travis/com/KI-labs/kaos?style=flat-square&color=blue" /></a>
<a href="https://github.com/KI-labs/kaos/tags" alt="Tags">
<img src="https://img.shields.io/github/v/tag/KI-labs/kaos?style=flat-square&color=blue" /></a>
<a href="https://github.com/KI-labs/kaos/graphs/contributors" alt="Contributors">
<img src="https://img.shields.io/github/contributors/KI-labs/kaos?style=flat-square&color=blue" /></a>
<a href="https://github.com/KI-labs/kaos/pulse" alt="Activity">
<img src="https://img.shields.io/github/commit-activity/m/KI-labs/kaos?style=flat-square&color=blue" /></a>
</p>

<p align="center">
<a href="https://twitter.com/intent/follow?screen_name=kaos_ml">
<img src="https://img.shields.io/twitter/follow/kaos_ml?style=flat-square&logo=twitter&color=blue"
alt="follow on Twitter"></a>
<a href="https://kaos-slack-inviter.herokuapp.com/">
<img src="https://img.shields.io/badge/slack-@kaos-dev?style=flat-square&color=blue&logo=slack"
alt="join us on slack"></a>
</p>

##
### What is kaos?

kaos is **the** platform for deploying **scalable reproducible machine learning workflows in your own private environment.**

##
### Why kaos?

Check out our [**motivation**](https://ki-labs.gitbook.io/kaos/motivation) for developing our own platform for **simplifying** both **ML** **DevOps** and enforcing **reproducible Data Science workflows**.
Check out our [**motivation**](https://kaos.ki-labs.com/motivation) for developing our own platform for **simplifying** both **ML** **DevOps** and enforcing **reproducible Data Science workflows**.

##
### Quick Start

Train, serve and predict in your **own** running cluster with [**8 commands!**](https://ki-labs.gitbook.io/kaos/getting-started/quick-start)
Train, serve and predict in your **own** running cluster with [**8 commands!**](https://kaos.ki-labs.com/getting-started/quick-start)

##
### Features
Expand All @@ -24,20 +48,17 @@ Train, serve and predict in your **own** running cluster with [**8 commands!**](
##
### Documentation

Check out our [Official Documentation](https://ki-labs.gitbook.io/kaos)
Check out our [Official Documentation](https://kaos.ki-labs.com)

##
### Get Involved

* Check the [Changelog](https://ki-labs.gitbook.io/kaos/miscellaneous/changelog) for release information
* Visit the [Public Roadmap](https://ki-labs.gitbook.io/kaos/miscellaneous/roadmap) to see what's coming next
* Bugs, issues and contributions should be created on [GitHub](https://github.com/KI-labs/kaos)
* Check the [Changelog](https://kaos.ki-labs.com/miscellaneous/changelog) for release information
* Visit the [Public Roadmap](https://kaos.ki-labs.com/miscellaneous/roadmap) to see what's coming next
* Bugs, issues and contributions should be created on [GitHub](https://github.com/KI-labs/kaos/issues/new/choose)
* Check out the [list](CONTRIBUTORS.md) of people who already contributed

### Slack
![](https://kaos-slack-inviter.herokuapp.com/badge.svg)

Get in touch via our [slack workspace](https://kaos-slack-inviter.herokuapp.com/) for user discussion.


![](docs/.gitbook/assets/image%20%288%29.png)
<p align="center">
<img src="docs/.gitbook/assets/image%20%288%29.png"
height="75">
</p>

0 comments on commit 5665a9a

Please sign in to comment.