Skip to article frontmatterSkip to article content

Supported Interfaces

Broad Institute of MIT and Harvard

Bilayers supports two primary interface types for interacting with deep-learning models:

  1. Gradio – A no-code web-based UI
  2. Jupyter Notebook – An interactive coding environment

Gradio : Instant Web-Based Interface

Best for: Users who want a simple, interactive web-based UI without coding.

Gradio provides a quick and easy way to demo your machine learning model through a user-friendly web interface, making it accessible to anyone, anywhere. Learn More

GradioApp

Jupyter Notebook

Jupyter Notebooks offer a flexible, interactive environment where users can run and modify code. Learn More

JupyterNB