Skip to content

Commit

Permalink
remove all duplicate content
Browse files Browse the repository at this point in the history
  • Loading branch information
romeokienzler committed Dec 15, 2023
1 parent 9159aa8 commit 2c1239e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@



# CLAIMED - The Component Library for AI, Machine Learning, ETL, and Data Science

**TL;DR** [Video on YouTube](https://www.youtube.com/watch?v=IhrIzLgY-Cg)
- set of re-usable coarse-grained components (just a bunch of code)
- think of tasks, not functions (e.g., read from a database, transform data, train model, deploy model, store result to cloud object storage)
- write once, runs everywhere: Kubeflow, Apache Airflow, CLI, KNative, Docker, Kubernetes
- orchestrate with anything: shell script, Kubeflow, Airflow, Argo, Tekton
- persistence layer / queue agnostic: Cloud Object Storage, file systems, PVC, Kafka, MQTT
- just use Python - no other skills required (no Kubeflow component YAML, maven, Java)
- 1st class citizen in JupyterLab and the Elyra Pipeline Editor (creating a low code / no code IDE for data science)
- upstream repository to IBM Watson Studio Pipelines contributed components in IBM Cloud Pak for Data

You also might wanna have a look at our [FAQ](FAQ.md)
# CLAIMED - It's time to concentrate on your code only

For more information, please visit the project's [website](https://claimed-framework.github.io/)

0 comments on commit 2c1239e

Please sign in to comment.