Skip to content

Commit

Permalink
chore: improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Dec 13, 2024
1 parent 2caad32 commit 667333f
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# Template repository to implement a Datashare Python worker
<style>
.md-content .md-typeset h1
</style>

[//]: # (TODO: write a full tutorial here)
[//]: # (configuration, dependency injection, build etc etc)
<p align="center">
<a href="https://datashare.icij.org/">
<img align="center" src="docs/assets/datashare-logo.svg" alt="Datashare" style="max-width: 60%">
</a>
</p>
<p align="center">
<em>Better analyze information, in all its forms</em>
</p>
<br/>

---

**Documentation**: <a href="https://icij.github.io/datashare-python" target="_blank">https://icij.github.io/datashare-python</a>

---

# Implement **your own Datashare tasks**, written in Python

Most AI, Machine Learning, Data Engineering happens in Python.
[Datashare](https://icij.gitbook.io/datashare) now lets you extend its backend with your own tasks implemented in Python.

Turning your own ML pipelines into Datashare tasks is **very simple**, learn about it inside [documentation](https://icij.github.io/datashare-python).

0 comments on commit 667333f

Please sign in to comment.