opensymbiose / README.md
corentinm7's picture
Upload folder using huggingface_hub
84de7d8 verified

A newer version of the Gradio SDK is available: 5.33.2

Upgrade
metadata
title: opensymbiose
app_file: src/opensymbiose/gradio/app.py
sdk: gradio
sdk_version: 5.31.0
python_version: 3.13

OpenSymbiose: Open Source Biotechnology AI Agent

OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researchers.

DOCUMENTATION - DEMO ON HUGGINGFACE - CODE REPO

Creator and Maintainer: Corentin Meyer, PhD - contact@cmeyer.fr

Installation

If you want just to interact with it, an online demo is available on HuggingFace

Note: In every-case you will need an environment variable or a .env file with your MISTRAL_API_KEY secret.

  • Install from PyPi: pip install opensymbiose
    • Locally: Run in your terminal opensymbiose it will boot the gradio app
    • In Docker: make dockerbuild && make dockerrun to run in Docker.
  • From GitHub: clone the repository and run make dev. It will launch the Gradio app with hot-reloading.