awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nathanepstein/d3xter

Open-source alternatives to D3xter

30 open-source projects similar to nathanepstein/d3xter, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best D3xter alternative.

  • nathanepstein/z3dNathanEpstein का अवतार

    NathanEpstein/Z3d

    88GitHub पर देखें↗

    Interactive 3D plotting with a simple function call using Three.js

    JavaScript
    GitHub पर देखें↗88
  • bqplot/bqplotbqplot का अवतार

    bqplot/bqplot

    3,693GitHub पर देखें↗

    bqplot is an interactive data visualization library for IPython and Jupyter notebooks that utilizes a grammar of graphics. It functions as a tool for creating 2D charts and maps with real-time updates and bidirectional communication between the kernel and frontend. The library is distinguished by its ability to act as a geographic data visualization tool, rendering choropleth maps and spatial data via GeoJSON and custom projections. It also serves as a financial charting tool for producing OHLC and candle bar charts, and as an interactive dashboard framework for combining plotting widgets wit

    TypeScriptipythonjupytervisualizations
    GitHub पर देखें↗3,693
  • coreui/coreui-free-bootstrap-admin-templatecoreui का अवतार

    coreui/coreui-free-bootstrap-admin-template

    12,220GitHub पर देखें↗

    CoreUI Free Bootstrap Admin Template is a pre-built, responsive admin dashboard template built on Bootstrap 5 for constructing back-office interfaces. It provides a library of UI components with native wrappers for React, Vue, and Angular applications, alongside a Sass-based theming system for managing brand colors, dark mode, and design tokens via variables and CSS custom properties. The template includes a set of advanced form controls such as autocomplete, date pickers, and multi-step wizards with built-in validation, and supports switching the entire interface between built-in dark and li

    HTMLadminadmin-dashboardadmin-panel
    GitHub पर देखें↗12,220

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • jeecgboot/jimureportjeecgboot का अवतार

    jeecgboot/jimureport

    8,059GitHub पर देखें↗

    JimuReport is an open-source reporting and dashboard engine designed to be embedded directly into Spring Boot applications. Its core identity centers on generating data reports and full-screen dashboards from natural language descriptions, eliminating the need for manual design. The platform also provides a conversational query interface that translates plain-language questions into database queries, returning results as tables and charts without requiring SQL knowledge. What distinguishes JimuReport is its integration of AI skills that can be installed with a single command, enabling report

    Javaaibibigscreen
    GitHub पर देखें↗8,059
  • swanhubx/swanlabSwanHubX का अवतार

    SwanHubX/SwanLab

    4,005GitHub पर देखें↗

    SwanLab is an open-source machine learning experiment tracking platform and observability tool. It provides a centralized dashboard for logging training metrics, hyperparameters, and hardware performance to monitor and analyze AI model training runs. The platform is distinguished by its focus on self-hosted infrastructure, allowing users to deploy private instances via Docker or Kubernetes for secure on-premises data control. It also includes specialized utilities for migrating historical experiment logs and synchronizing real-time metrics from external tools like MLflow. The system covers a

    Python
    GitHub पर देखें↗4,005
  • tidyverse/ggplot2tidyverse का अवतार

    tidyverse/ggplot2

    6,948GitHub पर देखें↗

    ggplot2 is a data visualization library for R based on a formal grammar of graphics. It provides a declarative plotting framework that allows users to create complex graphics by combining geometric objects, statistical summaries, and coordinate systems. The system is distinguished by a layered approach to composition, where visualizations are built incrementally by stacking independent geometric, statistical, and coordinate layers. It utilizes a hierarchical styling engine to manage non-data elements such as backgrounds, fonts, and margins, and includes a multi-panel faceting tool for splitti

    R
    GitHub पर देखें↗6,948
  • epochjs/epochepochjs का अवतार

    epochjs/epoch

    4,950GitHub पर देखें↗

    Epoch is a CSS-stylable charting engine and visualization library designed for real-time and statistical data. It functions as a timeseries charting tool that renders historical and live data using a hybrid of SVG and HTML5 Canvas graphics to maintain performance during frequent updates. The library distinguishes itself through a unified CSS querying system that applies styles to both vector and raster plot elements. This allows for visual theme resolution via CSS classes and the ability to customize the appearance of specific data series using stylesheets. The toolset covers a broad range o

    HTML
    GitHub पर देखें↗4,950
  • rstudio/shinyrstudio का अवतार

    rstudio/shiny

    5,608GitHub पर देखें↗

    Shiny is a framework for building interactive web applications using R code, eliminating the need for HTML, CSS, or JavaScript. At its core, it provides a reactive programming model that automatically tracks data dependencies and re-executes only the parts of an application that depend on changed inputs. The framework handles server-side UI rendering and maintains persistent WebSocket connections between the browser and server for real-time updates without page reloads. The framework distinguishes itself through deep integration with the R ecosystem, including the ability to embed interactive

    Rrreactiverstudio
    GitHub पर देखें↗5,608
  • mui/mui-xmui का अवतार

    mui/mui-x

    5,791GitHub पर देखें↗

    MUI X is a collection of advanced React UI components for building data-rich applications, including a data grid, charting library, date and time pickers, scheduler, and tree view. The library is built with accessibility as a core principle, ensuring all components meet WCAG and WAI-ARIA standards for keyboard navigation and screen reader announcements. The components are designed for extensibility and performance. The data grid offers comprehensive data management with sorting, filtering, pagination, column pinning, row grouping, inline editing, and Excel export. The charting library support

    TypeScriptchartsdata-griddatatable
    GitHub पर देखें↗5,791
  • microsoft/c9-python-getting-startedmicrosoft का अवतार

    microsoft/c9-python-getting-started

    8,012GitHub पर देखें↗

    This project is a Python education repository and programming tutorial designed to teach language fundamentals, from basic syntax and variables to advanced concepts. It serves as a data science starter kit and a guide for REST API integration. The repository provides instructional scripts and sample code covering object-oriented programming patterns and asynchronous programming. It includes practical demonstrations for fetching and processing JSON data from external web services using HTTP requests. The materials cover a broad capability surface including data analysis workflows with interac

    Jupyter Notebook
    GitHub पर देखें↗8,012
  • epezent/implotepezent का अवतार

    epezent/implot

    5,923GitHub पर देखें↗
    C++guiimguiimplot
    GitHub पर देखें↗5,923
  • syncfusion/flutter-widgetssyncfusion का अवतार

    syncfusion/flutter-widgets

    1,780GitHub पर देखें↗

    This project is a comprehensive collection of high-performance UI components and SDKs designed for building data-rich, cross-platform applications in Flutter. It provides a unified library of modular widgets and processing tools that enable developers to implement complex interface requirements, including advanced scheduling, tabular data management, and interactive data visualization, using a consistent declarative architecture. The library distinguishes itself through specialized, enterprise-grade capabilities that extend beyond standard UI elements. It includes a robust document processing

    Dart
    GitHub पर देखें↗1,780
  • ant-design/ant-design-chartsant-design का अवतार

    ant-design/ant-design-charts

    2,228GitHub पर देखें↗

    Ant Design Charts is a data visualization framework and declarative component library designed for React applications. It provides a collection of reusable components that map complex datasets to graphical representations, enabling the creation of interactive charts, plots, and maps within web interfaces. The library utilizes a grammar-based mapping system to transform raw data into visual properties, supported by a layered graphic abstraction that separates data representation from interactive elements. It employs a canvas-based rendering engine to maintain performance when handling large da

    JavaScriptant-designantvreact-components
    GitHub पर देखें↗2,228
  • turboway/bigdata_analyseTurboWay का अवतार

    TurboWay/bigdata_analyse

    5,238GitHub पर देखें↗

    This project is a collection of big data frameworks and pipelines, including an Apache Hive analysis framework, a behavioral data analytics platform, a predictive analytics engine, and real-time data pipelines. It provides the infrastructure for building Extract, Transform, Load (ETL) workflows to process large datasets for distributed storage and SQL-based analysis. The system supports diverse analytical implementations, such as a predictive engine using linear regression for value forecasting and a real-time architecture that moves data through message brokers for immediate reporting. It in

    Pythonhqlpythonsql
    GitHub पर देखें↗5,238
  • spritejs/spritejsspritejs का अवतार

    spritejs/spritejs

    5,393GitHub पर देखें↗

    Spritejs is a graphics library and cross-platform 2D graphics engine designed for rendering geometric shapes and sprites across web, desktop, and mobile environments. It functions as a canvas-based sprite framework that manages elements using a document object model for positioning and styling. The project provides a web worker rendering engine that distributes graphic layers to offscreen canvases, preventing main thread blocking. It also includes a server-side graphics generator for producing visual elements and images in non-browser environments. The toolkit covers a broad range of graphic

    JavaScript2d3dcanvas
    GitHub पर देखें↗5,393
  • williamngan/ptswilliamngan का अवतार

    williamngan/pts

    5,332GitHub पर देखें↗

    Pts is a TypeScript creative coding library and data visualization framework designed for building generative art and interactive visuals. It functions as a multi-target graphics engine that outputs visual commands to HTML5 Canvas and SVG through a single unified interface. The toolkit serves as a linear algebra visualization tool, providing mathematical primitives for spatial transforms and geometric calculations. This allows for the creation of algorithmic patterns and the simulation of geometric behaviors. The framework covers a broad capability surface including the design of interactive

    TypeScript
    GitHub पर देखें↗5,332
  • kiranism/next-shadcn-dashboard-starterKiranism का अवतार

    Kiranism/next-shadcn-dashboard-starter

    6,595GitHub पर देखें↗

    This project is a type-safe web application template and admin dashboard starter built with Next.js, TypeScript, and the shadcn/ui component library. It serves as a multi-tenant SaaS boilerplate designed for developing administrative interfaces and software-as-a-service applications. The starter distinguishes itself through integrated SaaS infrastructure, including multi-tenant workspace management, organization-level permissions, and subscription billing integration. It features role-based access control to gate specific pages and navigation items based on user roles or subscription tiers.

    TypeScriptadmin-dashboarddashboard-templatenextjs
    GitHub पर देखें↗6,595
  • researchkit/researchkitResearchKit का अवतार

    ResearchKit/ResearchKit

    5,732GitHub पर देखें↗

    ResearchKit is an open-source framework for building iOS applications that conduct medical research studies. It provides reusable components for creating study apps that collect participant data through surveys, sensor-driven active tasks, and digital informed consent workflows. The framework includes a step-based survey builder for constructing multi-step questionnaires, an active task engine that guides participants through structured physical and cognitive assessments while capturing device sensor data, and a visual consent workflow that guides participants through study details with on-de

    Objective-C
    GitHub पर देखें↗5,732
  • e2b-dev/code-interpretere2b-dev का अवतार

    e2b-dev/code-interpreter

    2,348GitHub पर देखें↗

    This project is an infrastructure platform designed to provide secure, isolated, and ephemeral cloud-based Linux environments for AI agents and automated code execution. It functions as an orchestrator that provisions on-demand virtual machines, allowing developers to run arbitrary code generated by large language models within hardware-level security boundaries. The platform distinguishes itself through its ability to manage stateful, long-lived sessions that persist across multiple execution calls, enabling complex, multi-step workflows. It supports high-concurrency scaling, allowing for th

    Pythonaiai-data-analysisanthropic
    GitHub पर देखें↗2,348
  • kangvcar/infospiderkangvcar का अवतार

    kangvcar/InfoSpider

    8,183GitHub पर देखें↗

    InfoSpider is a personal data aggregator and digital footprint analyzer. It extracts user activity and history from social platforms and local browser database files to consolidate information into a unified format. The system functions as a social media archiving tool that converts feed data and albums from external links into downloadable PDF documents for offline preservation. It also serves as a browser history extractor that reads local SQLite database files to retrieve and analyze web navigation history. The project covers capabilities for data aggregation, digital footprint analysis,

    Pythonautomationchromecrawl
    GitHub पर देखें↗8,183
  • dotnet/csharp-notebooksdotnet का अवतार

    dotnet/csharp-notebooks

    1,243GitHub पर देखें↗

    This project provides an interactive notebook environment designed for executing C# code alongside instructional text. It functions as a platform for data science and programming education, allowing users to manipulate tabular data, visualize statistical results, and prototype machine learning workflows within a unified document format. The environment utilizes a kernel-based execution model that maintains persistent state and variable scope across notebook cells. By leveraging a language-agnostic protocol and standardized messaging, it synchronizes code execution between the editor and the b

    Jupyter Notebook
    GitHub पर देखें↗1,243
  • ekmas/neobrutalism-componentsekmas का अवतार

    ekmas/neobrutalism-components

    4,956GitHub पर देखें↗

    This project is a neobrutalist UI component library and accessible design system for React. It provides a collection of high-contrast web elements characterized by bold colors, thick borders, and a raw aesthetic. The library distinguishes itself by combining a data visualization toolkit—featuring styled charts and responsive tables—with a comprehensive set of interactive components. It balances this specific visual style with accessibility standards for keyboard navigation and screen readers. The component surface covers a wide range of functional areas, including complex form controls with

    TypeScriptneobrutalismneobrutalism-componentsnextjs
    GitHub पर देखें↗4,956
  • hyperdxio/hyperdxhyperdxio का अवतार

    hyperdxio/hyperdx

    9,324GitHub पर देखें↗

    HyperDX is an OpenTelemetry observability platform that provides centralized log management, distributed tracing, and a self-hosted monitoring stack. It functions as a unified system for collecting, indexing, and visualizing logs, metrics, and traces from cloud and container environments. The platform distinguishes itself with specialized tooling for large language model monitoring and session replay, allowing user interactions in the browser to be linked to backend telemetry. It employs schema-less JSON parsing to index structured logs dynamically and uses source maps to resolve minified sta

    TypeScriptalertinganalyticsapm
    GitHub पर देखें↗9,324
  • benedekrozemberczki/littleballoffurbenedekrozemberczki का अवतार

    benedekrozemberczki/littleballoffur

    715GitHub पर देखें↗

    Little Ball of Fur - A graph sampling extension library for NetworKit and NetworkX (CIKM 2020)

    Python
    GitHub पर देखें↗715
  • d3fc/d3fcd3fc का अवतार

    d3fc/d3fc

    1,347GitHub पर देखें↗

    A collection of components that make it easy to build interactive charts with D3

    HTML
    GitHub पर देखें↗1,347
  • benedekrozemberczki/karateclubbenedekrozemberczki का अवतार

    benedekrozemberczki/karateclub

    2,284GitHub पर देखें↗

    Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)

    Python
    GitHub पर देखें↗2,284
  • d2bjs/d2bd2bjs का अवतार

    d2bjs/d2b

    97GitHub पर देखें↗

    Reusable d3-based chart library.

    JavaScript
    GitHub पर देखें↗97
  • dagrejs/dagre-d3dagrejs का अवतार

    dagrejs/dagre-d3

    2,958GitHub पर देखें↗

    A D3-based renderer for Dagre

    JavaScript
    GitHub पर देखें↗2,958
  • dc-js/dc.jsdc-js का अवतार

    dc-js/dc.js

    7,431GitHub पर देखें↗

    dc.js is a multi-dimensional analysis tool and visualization framework used to build interactive data dashboards. It functions as a charting library that renders diverse SVG visualizations powered by D3 and integrates natively with Crossfilter to enable coordinated filtering across large datasets. The project is distinguished by its linked-view coordination, where selecting a data range or category in one chart simultaneously updates all other connected views. This allows for dynamic data exploration through dimensional chart linking and coordinated brushing, transforming raw datasets into na

    JavaScript
    GitHub पर देखें↗7,431
  • astrazeneca/rexmexAstraZeneca का अवतार

    AstraZeneca/rexmex

    278GitHub पर देखें↗

    A general purpose recommender metrics library for fair evaluation.

    Python
    GitHub पर देखें↗278