From d28f411865b1cf99c8f8241679960d5da6b7ea4e Mon Sep 17 00:00:00 2001 From: Isaac Chung <48971969+isaac-chung@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:24:11 +0300 Subject: [PATCH] Add badges and rearrange links (#192) * add downloads badge and rearrange links * fix rendering --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4c64289a..657f744d 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Clarifai Python SDK
@@ -19,18 +20,7 @@ Clarifai Python SDK This is the official Python client for interacting with our powerful [API](https://docs.clarifai.com). The Clarifai Python SDK offers a comprehensive set of tools to integrate Clarifai's AI platform to leverage computer vision capabiities like classification , detection ,segementation and natural language capabilities like classification , summarisation , generation , Q&A ,etc into your applications. With just a few lines of code, you can leverage cutting-edge artificial intelligence to unlock valuable insights from visual and textual content. ---- -**Website**: [https://www.clarifai.com](https://www.clarifai.com/) - -**Demo**: [https://clarifai.com/demo](https://clarifai.com/demo) - -**Sign up for a free Account**: [https://clarifai.com/signup](https://clarifai.com/signup) - -**Developer Guide**: [https://docs.clarifai.com](https://docs.clarifai.com/) - -**Clarifai Community**: [https://clarifai.com/explore](https://clarifai.com/explore) - -**Python SDK Docs**: [https://docs.clarifai.com/python-sdk/api-reference](https://docs.clarifai.com/python-sdk/api-reference) +[Website](https://www.clarifai.com/) | [Demo](https://clarifai.com/demo) | [Signup for a Free Account](https://clarifai.com/signup) | [API Docs](https://docs.clarifai.com/) | [Clarifai Community](https://clarifai.com/explore) | [Python SDK Docs](https://docs.clarifai.com/python-sdk/api-reference) | [Examples](https://github.com/Clarifai/examples) | [Colab Notebooks](https://github.com/Clarifai/colab-notebooks) ---