awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesHTML Visualization Generators

Utilities that export data-driven visualizations into standalone HTML files using embedded scripts and templates.

Distinct from Dynamic HTML Generators: Distinct from Dynamic HTML Generators, which focus on programmatic element creation; this specifically targets the export of complete standalone visualization files.

Explore 4 awesome GitHub repositories matching user interface & experience · HTML Visualization Generators. Refine with filters or upvote what's useful.

Awesome HTML Visualization Generators GitHub Repositories

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

    jessevig/bertviz

    8,098Vezi pe GitHub↗

    BertViz este un set de instrumente de diagnosticare pentru vizualizarea capetelor de atenție și a comportamentelor interne ale modelelor pentru a interpreta modul în care modelele de limbaj procesează textul. Servește ca un instrument de interpretabilitate și debugger pentru modelele de procesare a limbajului natural, oferind în mod specific hărți interactive ale mecanismelor de atenție în cadrul arhitecturilor Transformer. Proiectul permite analiza relațiilor dintre token-uri prin vizualizări detaliate ale capetelor și straturilor de atenție specifice. Suportă vizualizarea atenției globale pe toate straturile, maparea atenției encoder-decoder și inspecția neuronilor individuali în vectorii de interogare și cheie pentru a dezvălui contribuția lor la calculele de atenție. Instrumentul oferă capabilități pentru filtrarea vizualizărilor după strat, cap sau perechi de propoziții. Vizualizările sunt randate direct în mediile de notebook prin injectare HTML și JavaScript și pot fi exportate ca fișiere HTML independente pentru partajare externă.

    Generates standalone HTML files of attention visualizations for external sharing and rendering.

    Python
    Vezi pe GitHub↗8,098
  • go-echarts/go-echartsAvatar go-echarts

    go-echarts/go-echarts

    7,627Vezi pe GitHub↗

    go-echarts is a data visualization library and wrapper for Go that generates JSON configurations for the ECharts JavaScript library. It functions as an HTML chart generator, allowing developers to create interactive charts and browser-based reports within Go applications. The library provides a collection of configurable chart types and predefined geographical map templates for rendering spatial information. It supports the creation of web dashboards by translating Go data structures into the JSON formats required for interactive browser rendering. The project handles the conversion of Go st

    Exports data visualizations to standalone HTML files using embedded JavaScript and template-driven rendering.

    Gochartsechartsgolang-visualization
    Vezi pe GitHub↗7,627
  • openscopeproject/interactivehtmlbomAvatar openscopeproject

    openscopeproject/InteractiveHtmlBom

    4,430Vezi pe GitHub↗

    InteractiveHtmlBom is a PCB design tool plugin that generates a web-based interactive bill of materials. It functions as a component cross-referencer and electrical net visualizer, linking component list entries to their physical positions on a printed circuit board layout. The tool creates a standalone HTML page that enables bidirectional highlighting between a component list and a board visualization. It includes capabilities for electrical net visualization, allowing users to highlight connected tracks and zones to trace electrical paths. The system supports BOM data customization through

    Exports a data-driven interactive BOM visualization into a standalone HTML file.

    Python
    Vezi pe GitHub↗4,430
  • tiiiger/bert_scoreAvatar Tiiiger

    Tiiiger/bert_score

    1,903Vezi pe GitHub↗

    BERT Score is a text evaluation tool that assesses the quality of generated text by computing precision, recall, and F1 metrics between candidate and reference texts. It transforms text tokens into dense contextual vectors using pretrained transformer models, calculating token-level similarity matrices through pairwise cosine distances. The system computes scores by greedily matching tokens between sequences and supports multilingual assessment across dozens of different languages by utilizing language-specific or cross-lingual transformer backends. The library includes features for baseline

    Generates interactive visual alignment diagrams by rendering token similarity scores directly into formatted HTML and colour-coded graphics.

    Jupyter Notebookmachine-learningnatural-language-processing
    Vezi pe GitHub↗1,903
  1. Home
  2. User Interface & Experience
  3. HTML Visualization Generators

Explorează sub-etichetele

  • Matrix VisualisationsInteractive visual alignment diagrams rendered into formatted HTML and colour-coded graphics. **Distinct from HTML Visualization Generators:** Distinct from HTML Visualization Generators: focuses specifically on token similarity matrix alignment diagrams.