awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateBlogHartă site
ProiectDesprePresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

2 repository-uri

Awesome GitHub RepositoriesVisualization Specification Generation

Generating structured JSON that defines the visual and data mappings for a chart according to a formal schema.

Distinct from Structured JSON Generation: Focuses on generating a visual specification for rendering, not general data serialization or LLM-based structured output.

Explore 2 awesome GitHub repositories matching data & databases · Visualization Specification Generation. Refine with filters or upvote what's useful.

Awesome Visualization Specification Generation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • vega/altairAvatar vega

    vega/altair

    10,410Vezi pe GitHub↗

    Altair is a declarative data visualization library for Python that generates Vega-Lite specifications. It functions as a tool for mapping data to graphical marks using a high-level syntax, allowing users to describe the desired visual outcome instead of writing imperative drawing commands. The framework enables the creation of interactive charts and graphics, including linked views and filtered displays that respond to user input in real time. It supports the design of multi-view dashboards by combining visualizations into layered or faceted layouts. The library provides capabilities for sta

    Translates Python class structures into standardized JSON specifications that describe a visualization's visual and data mappings.

    Python
    Vezi pe GitHub↗10,410
  • daylerees/colour-schemesAvatar daylerees

    daylerees/colour-schemes

    9,323Vezi pe GitHub↗

    This project is a cross-editor theme library and mapper that provides a curated collection of syntax highlighting color schemes. It uses a JSON theme specification to define visual roles and color palettes as immutable data structures, ensuring these definitions remain consistent across different software output targets. The system functions as a declarative style generator, translating abstract color definitions into the specific configuration formats required by various programming environments. By using a template-based approach, it maps a single source of truth for color definitions to mu

    Uses immutable JSON data structures to define visual themes consistently across all output targets.

    HTML
    Vezi pe GitHub↗9,323
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON-Schema
  6. Visualization Specification Generation

Explorează sub-etichetele

  • Theme Specification SchemasStructured JSON definitions that specify visual roles and colors for consistent distribution across platforms. **Distinct from Visualization Specification Generation:** Specifically for theme specifications rather than data visualization charts.