zeno-ml / zeno-hub

AI Evaluation Platform
https://hub.zenoml.com
MIT License
37 stars 10 forks source link
ai evaluation machine-learning visualization

Zeno Hub

Github Actions CI tests DOI MIT license Discord Open with Zeno

Zeno Hub is an interactive AI evaluation platform. With Zeno, you can go from exploring your data and model outputs to creating rich visualizations and reports. Learn more about Zeno at zenoml.com

Self-Hosting

We recommend you use the hosted version of Zeno, but you can run Zeno locally with docker-compose:

  1. Send us an email to get the environment variables to put in /frontend/.env
  2. Run docker-compose up -d

Development

Zeno Hub consists of three Docker containers:

These services are orchestrated using docker-compose and deployed using Terraform and AWS ECS containers.

Please see DEVELOPMENT.md for more information on how to install, run, and develop Zeno locally.