fossasia/visdom

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 6th, 2026
Created on January 25th, 2017
Open Issues & Pull Requests: 73 (+1)
GitHub issues: Enabled
Number of forks: 1,259
Total Stargazers: 10,289 (+0)
Total Subscribers: 170 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.6 hours
Mean response time: 107.1 days
90th percentile: 100.7 days
Tracked items: 242

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 89% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 62% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 38
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 1,299 days
Stale 30+ days: 26
Stale 90+ days: 12

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (36)
  • help wanted (26)
  • release blocker 0.2.5 (21)
  • Needs Investigation (18)
  • bug (15)
  • Fix Proposed (14)
  • Planned (4)
  • 0.2.1 (3)

Detailed Description

Visdom is a visualization tool for real-time monitoring and collaborative analysis of machine learning experiments and live data streams.

The tool addresses the need to track and visualize model training progress, metrics, and experimental results without leaving the development environment. It works by providing a browser-based dashboard that receives data pushed from Python scripts via a client library. Users can create plots, histograms, heatmaps, and other visualizations that update in real time as experiments run, and multiple team members can view the same dashboard simultaneously for collaborative analysis.

Visdom suits projects where iterative experimentation and live monitoring are central to the workflow, particularly in deep learning and data science contexts. It integrates directly with PyTorch, TensorFlow, Keras, and NumPy, making it natural to use within existing machine learning pipelines. The tool is appropriate for researchers and practitioners who want lightweight, immediate feedback on training runs without the overhead of heavier experiment tracking platforms.

Development on the project shows consistent maintenance with regular bug fixes and incremental improvements to the codebase. Pull requests receive timely review and integration. The maintainers respond to issues and incorporate user feedback into updates. The project sustains a stable feature set while addressing reported problems and compatibility concerns.