#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
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models