#38 · Primary category: MLOps & Evaluation

visdom

Tool for real-time visualization, monitoring and collaborative analysis of AI/ML experiments and live data. Supports Python, PyTorch/Torch, NumPy, TensorFlow/Keras https://visdom.dev

Project last updated:08/29/26

GitHub Stars

10.3K

Forks

1.2K

Contributors

140

License

Apache-2.0

Why we included this project

Visdom gives you a live view of what a model is doing while it runs, instead of waiting for a final report. It runs a local server with a browser dashboard, and you can push plots, images, or text from Python, PyTorch, NumPy, and TensorFlow/Keras, watching them update as training progresses. That makes it a practical companion for debugging experiments, checking loss curves in motion, or sharing the same visualization with teammates who can comment on a shared view. Its real strength is programmatic control: you can lay out the dashboard in code, which keeps your reporting reproducible and easy to slot into a training loop. For teams doing iterative research or running long jobs that mainly need a live, shareable picture of the experiment, it is a lighter alternative to heavier monitoring stacks.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category