|
| 1 | +[](http://www.apache.org/licenses/LICENSE-2.0) |
| 2 | +[](https://travis.ibm.com/codeflare/ray-pipeline) |
| 4 | +[](https://github.ibm.com/codeflare/codeflare/issues) |
| 5 | + |
| 6 | +<!-- |
| 7 | +[](https://gitter.im/elyra-ai/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
| 8 | +--> |
| 9 | + |
1 | 10 | <p align="center"> |
2 | | -<img src="./images/pipelines.svg" width="340" height="207"> |
| 11 | +<img src="./images/codeflare_square.svg" width="200" height="200"> |
3 | 12 | </p> |
4 | 13 |
|
5 | | -[](https://travis.ibm.com/codeflare/ray-pipeline) |
7 | | -[](http://www.apache.org/licenses/LICENSE-2.0) |
| 14 | +<!-- |
| 15 | +<p align="center"> |
| 16 | +<img src="./images/pipelines.svg" width="340" height="207"> |
| 17 | +</p> |
| 18 | +--> |
| 19 | + |
| 20 | +## Scale complex AI/ML pipelines anywhere |
| 21 | + |
| 22 | +CodeFlare is a framework to simplify the integration, scaling and acceleration of complex multi-step analytics and machine learning pipelines on the cloud. |
8 | 23 |
|
9 | | -# CodeFlare Pipelines |
| 24 | +Building on a unified distributed runtime with [Ray](https://github.com/ray-project/ray), CodeFlare enables: |
10 | 25 |
|
11 | | -The `CodeFlare Pipelines` library provides facilities for defining and running parallel pipelines on top of [Ray](https://ray.io). The goal of this project is to unify pipeline workflows across multiple platforms such as [scikit-learn](https://scikit-learn.org/) and [Apache Spark](https://spark.apache.org/), while providing nearly optimal scale-out parallelism on pipelined computations. |
| 26 | +* **Pipeline execution and scaling**: |
| 27 | +CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple platforms, while providing nearly optimal scale-out parallelism on pipelined computations. |
| 28 | +<!--CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple platforms such as [scikit-learn](https://scikit-learn.org/) and [Apache Spark](https://spark.apache.org/), while providing nearly optimal scale-out parallelism on pipelined computations.--> |
| 29 | + |
| 30 | +* **Deploy and integrate anywhere**: |
| 31 | +CodeFlare simplyfies deployment and integration by enabling a serverless user experience with the integration with Red Hat Open Shift and IBM Cloud Code Engine, and integrating adapters and connectors to make it simpler to load data and connect to data services. |
| 32 | + |
| 33 | +<p align="center"> |
| 34 | +<img src="./images/codeflare_arch_diagram.svg" width="876" height="476"> |
| 35 | +</p> |
12 | 36 |
|
13 | 37 | ## Release status |
14 | 38 |
|
15 | 39 | This project is under active development. Keep an eye on this page for our first public release! |
16 | 40 |
|
17 | 41 | See the [design document](https://docs.google.com/document/d/1t1K8N07TcbBKBgrcI6jf9tPow00cOKE9whnEVxOd4-U/edit) for more information on our design goals. |
18 | 42 |
|
19 | | -## Try CodeFlare Pipelines |
| 43 | +## Try CodeFlare |
20 | 44 |
|
21 | 45 | #### Installing |
22 | 46 |
|
@@ -64,4 +88,4 @@ The pipeline will use `ray.init()` to start a local Ray cluster. See [configurin |
64 | 88 |
|
65 | 89 | ## Contributing |
66 | 90 |
|
67 | | -If you are interested in joining us and make CodeFlare Pipeline better, we encourage you to take a look at our [Contributing](CONTRIBUTING.md) page. |
| 91 | +If you are interested in joining us and make CodeFlare Pipeline better, we encourage you to take a look at our [Contributing](CONTRIBUTING.md) page. |
0 commit comments