Bilayers supports two primary interface types for interacting with deep-learning models:
- Gradio – A no-code web-based UI
- 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

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