Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.11 KB

README.md

File metadata and controls

49 lines (32 loc) · 2.11 KB

Welcome

Welcome to Official BisQue Documentation

Github Banner

What is BisQue

BisQue is a web-based platform specifically designed to provide researchers with organizational and quantitative analysis tools for up to 5D image data. Users can extend BisQue by creating their own modules that take advantage of cutting edge machine learning algorithms. BisQue’s extensibility stems from two core concepts: flexible metadata facility and an open web-based architecture. Together these empower researchers to create, develop and share novel multimodal data analyses.

BisQue Service: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="bisque-service/data-storage/" %} data-storage {% endcontent-ref %}

{% content-ref url="bisque-service/visualization.md" %} visualization.md {% endcontent-ref %}

{% content-ref url="bisque-service/analysis/" %} analysis {% endcontent-ref %}

Developers

Deploy your own instance of BisQue with Docker or Kubernetes, and Build your own module using our BQ Module Generator Command Line Interface (CLI).

{% content-ref url="running-bisque-service/installing-running-and-deploying-bisque.md" %} installing-running-and-deploying-bisque.md {% endcontent-ref %}

{% content-ref url="running-bisque-service/docker-installation.md" %} docker-installation.md {% endcontent-ref %}

{% content-ref url="bisque-api/install-python-bqapi.md" %} install-python-bqapi.md {% endcontent-ref %}

Contributors