From 8bf412e93200d48f91861e6f19b83d77f24f336e Mon Sep 17 00:00:00 2001 From: Mathias Leys Date: Fri, 21 Jun 2024 13:57:10 +0100 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3393e33..0b095b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Nada AI +![GitHub License](https://img.shields.io/github/license/NillionNetwork/nada-ai?style=for-the-badge&logo=apache&logoColor=white&color=%23D22128&link=https%3A%2F%2Fgithub.com%2FNillionNetwork%2Fnada-ai%2Fblob%2Ffix%2Fbadges%2FLICENSE&link=https%3A%2F%2Fgithub.com%2FNillionNetwork%2Fnada-ai%2Fblob%2Ffix%2Fbadges%2FLICENSE) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/NillionNetwork/nada-ai/test.yml?style=for-the-badge&logo=python&logoColor=white&link=https://github.com/NillionNetwork/nada-ai/actions/workflows/test.yml&link=https://github.com/NillionNetwork/nada-ai/actions/workflows/test.yml) +![GitHub Release](https://img.shields.io/github/v/release/NillionNetwork/nada-ai?sort=date&display_name=release&style=for-the-badge&logo=dependabot&label=LATEST%20RELEASE&color=0000FE&link=https%3A%2F%2Fpypi.org%2Fproject%2Fnada-ai&link=https%3A%2F%2Fpypi.org%2Fproject%2Fnada-ai) + Nada AI is a Python library designed for performing ML/AI on top of Nada DSL and the Nillion Network. It provides an intuitive ML interface and frictionless integration with existing ML frameworks such as PyTorch and Sci-kit learn. @@ -18,7 +22,7 @@ pip install nada-ai ``` ### From Sources -You can install the nada-numpy library using Poetry: +You can install the nada-ai library using Poetry: ```bash git clone https://github.com/NillionNetwork/nada-ai.git