From e324012d8bc7a6c170bb3101aa09801d49e089ee Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sat, 5 Aug 2023 14:16:01 +0200 Subject: [PATCH] minor docs update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b5ebab..21bac6b 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,16 @@ BIA Bob is a Jupyter-based assistant for interacting with image data and for working on Bio-image Analysis tasks. It is based on [LangChain](https://python.langchain.com/docs/get_started/introduction.html) and [OpenAI's API](https://openai.com/blog/openai-api). You need an openai API account to use it. +Trailer: + +![img.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/bia_bob_trailer.gif) + Note: Bob is currently in an early alpha stage. It is not very smart yet. Feedback is very welcome! ## Usage Detailed examples of how to interact with Bob are given in [this notebook](https://github.com/haesleinhuepf/bia-bob/blob/main/demo/basic_demo.ipynb) -![img.png](https://github.com/haesleinhuepf/bia-bob/raw/main/docs/images/bia_bob_trailer.gif) - - ``` from bia_bob import bob ```