awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 Repos

Awesome GitHub RepositoriesVisualization Tools

Tools for generating charts and visual representations from data.

Explore 13 awesome GitHub repositories matching part of an awesome list · Visualization Tools. Refine with filters or upvote what's useful.

Awesome Visualization Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lutzroeder/netronAvatar von lutzroeder

    lutzroeder/netron

    33,087Auf GitHub ansehen↗

    Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders model architectures as interactive node-link diagrams, allowing users to inspect internal layers, tensors, and metadata. By performing static analysis, the tool enables the examination of model definitions without executing the underlying machine learning code. The software distinguishes itself through a schema-driven parsing engine that translates diverse proprietary model formats into a unified internal graph structure. This approach ensures interoperability, allowing users

    Visualizer for neural network models.

    JavaScriptaicoremldeep-learning
    Auf GitHub ansehen↗33,087
  • man-group/dtaleAvatar von man-group

    man-group/dtale

    5,170Auf GitHub ansehen↗

    dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis tool. It provides a browser-based interface for analyzing tabular data structures, allowing users to calculate statistics, detect outliers, and compute correlations without writing manual code. The project functions as an embedded data viewer that can be integrated into web applications via iframes or custom routes, with specific support for Django, Flask, and Streamlit. It enables the exploration of datasets through a combination of an interactive data grid and a data visualiz

    Tool for viewing and analyzing Pandas data structures.

    TypeScriptdata-analysisdata-sciencedata-visualization
    Auf GitHub ansehen↗5,170
  • matplotlib/mplfinanceAvatar von matplotlib

    matplotlib/mplfinance

    4,385Auf GitHub ansehen↗

    mplfinance is a financial time-series plotter and market data visualization framework built on Matplotlib. It is designed to render market data frames into specialized charts, including candlesticks, OHLC bars, Renko bricks, and point-and-figure columns. The library distinguishes itself through a dedicated market data framework that manages trading calendars and non-trading periods, ensuring accurate temporal spacing by collapsing gaps during holidays. It also provides a system for technical analysis charting, enabling the overlay of moving averages, volume bars, and other technical indicator

    Financial market data visualization using Matplotlib.

    Pythoncandlestickcandlestick-chartcandlestickchart
    Auf GitHub ansehen↗4,385
  • panaversity/learn-agentic-aiAvatar von panaversity

    panaversity/learn-agentic-ai

    3,908Auf GitHub ansehen↗

    This project is an educational curriculum and architectural framework for building autonomous AI agents and multi-agent systems. It provides a structured learning path focused on the development of independent software components capable of planning, executing tasks, and utilizing external tools to achieve high-level goals. The framework emphasizes multi-agent system orchestration through distributed architectures where specialized agents collaborate using standardized communication protocols. It details specific design patterns such as dual-memory systems for maintaining short-term plans and

    Displays actions and results from external tools through specialized data visualizations and graphs.

    Jupyter Notebooka2aagentic-aidapr
    Auf GitHub ansehen↗3,908
  • whoiskatrin/chart-gptAvatar von whoiskatrin

    whoiskatrin/chart-gpt

    3,583Auf GitHub ansehen↗

    AI tool to build charts based on text input

    Tool for building charts based on natural language input.

    TypeScript
    Auf GitHub ansehen↗3,583
  • microsoft/tensorwatchAvatar von microsoft

    microsoft/tensorwatch

    3,468Auf GitHub ansehen↗

    Debugging, monitoring and visualization for Python Machine Learning and Data Science

    Debugging and visualization tool for machine learning.

    Jupyter Notebook
    Auf GitHub ansehen↗3,468
  • ibm/mcp-context-forgeAvatar von IBM

    IBM/mcp-context-forge

    3,310Auf GitHub ansehen↗

    mcp-context-forge is a Model Context Protocol federation gateway that unifies diverse AI tool servers and APIs into a single consistent interface for discovery and execution. It acts as a centralized proxy that aggregates multiple servers and APIs, allowing AI agents to access and invoke a unified set of tools, prompts, and resources. The project distinguishes itself through a multi-protocol translation bridge that converts communication between standard I/O, SSE, gRPC, and REST to enable interoperability between disparate tool servers. It includes a comprehensive LLM evaluation framework for

    Visualizes invocation latency and success rates of AI tools to identify performance bottlenecks.

    Pythonagentsaiapi-gateway
    Auf GitHub ansehen↗3,310
  • vizzuhq/vizzu-libAvatar von vizzuhq

    vizzuhq/vizzu-lib

    2,011Auf GitHub ansehen↗

    Library for animated data visualizations and data stories.

    Library for animated data visualizations.

    JavaScript
    Auf GitHub ansehen↗2,011
  • datawrapper/datawrapperAvatar von datawrapper

    datawrapper/datawrapper

    1,450Auf GitHub ansehen↗

    This is Datawrapper Core, the open source platform that powers the charting tools hosted as free service on datawrapper.de.

    Platform for creating embeddable charts.

    TypeScript
    Auf GitHub ansehen↗1,450
  • cneben/quickqanavaAvatar von cneben

    cneben/QuickQanava

    1,363Auf GitHub ansehen↗

    :link: C++17 network / graph visualization library - Qt6 / QML node editor.

    Network and graph visualization library for C++.

    C++
    Auf GitHub ansehen↗1,363
  • cloudorc/soliduiAvatar von CloudOrc

    CloudOrc/SolidUI

    648Auf GitHub ansehen↗

    one sentence generates any graph

    Platform for generating and editing 2D/3D visualizations.

    TypeScript
    Auf GitHub ansehen↗648
  • happydasch/btplottingAvatar von happydasch

    happydasch/btplotting

    384Auf GitHub ansehen↗

    btplotting provides plotting for backtests, optimization results and live data from backtrader.

    Plotting library for backtest and live trading results.

    Python
    Auf GitHub ansehen↗384
  • qcring/quickvtkAvatar von qCring

    qCring/QuickVtk

    380Auf GitHub ansehen↗

    A VTK prototyping application based on QtQuick/QML

    VTK prototyping application for QtQuick.

    C++
    Auf GitHub ansehen↗380
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Visualization Tools

Unter-Tags erkunden

  • Tool Execution VisualizationsVisual representations of actions and outputs produced by external tools used by AI agents. **Distinct from Visualization Tools:** Specific to visualizing the reasoning and execution flow of AI tools, distinct from general data charting or infrastructure mapping.