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
·

4 Repos

Awesome GitHub RepositoriesBrowser-Based Frameworks

Deep learning frameworks specifically designed to run within web browser environments.

Distinct from Deep Learning Frameworks: Distinct from general deep learning frameworks by targeting the constraints and APIs of the web browser.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Browser-Based Frameworks. Refine with filters or upvote what's useful.

Awesome Browser-Based Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pair-code/deeplearnjsAvatar von PAIR-code

    PAIR-code/deeplearnjs

    8,435Auf GitHub ansehen↗

    Deeplearnjs is a JavaScript deep learning framework and automatic differentiation engine designed for building and training artificial intelligence models within a web browser environment. It functions as a machine learning library that leverages WebGL to provide hardware acceleration for neural networks. The project serves as a high-performance linear algebra library, using the GPU to execute operations on multi-dimensional arrays. This enables the implementation of deep learning models and the execution of client-side machine learning inference. The framework covers the complete automatic

    Provides a complete set of tools for building and training AI models directly in the web browser.

    TypeScript
    Auf GitHub ansehen↗8,435
  • transcranial/keras-jsAvatar von transcranial

    transcranial/keras-js

    4,963Auf GitHub ansehen↗

    Keras-js ist eine JavaScript-Inferenz-Engine und ein browserbasiertes Machine-Learning-Framework, das darauf ausgelegt ist, vortrainierte Keras-neuronale Netze auszuführen. Es ermöglicht clientseitige Modell-Inferenz in Webbrowsern oder Node.js-Umgebungen, ohne dass ein Backend-Server erforderlich ist. Die Bibliothek nutzt einen WebGL-Tensor-Beschleuniger, um mathematische Operationen zur Hardwarebeschleunigung auf den Grafikprozessor abzubilden. Um die Reaktionsfähigkeit der Benutzeroberfläche während rechenintensiver Berechnungen aufrechtzuerhalten, integriert sie eine Web-Worker-Inferenz-Runtime, die die Verarbeitung neuronaler Netze in Hintergrund-Threads ausführt. Das System unterstützt das Laden von Modellen über JSON-Konfigurationsdateien und Gewichtungs-Tensoren. Es verwaltet große numerische Arrays unter Verwendung von WebGL-Texturspeicherung, um Hochgeschwindigkeits-Speicherzugriffe während der Tensor-Ausführung zu ermöglichen.

    Implements a deep learning framework specifically designed to run within web browser environments.

    JavaScript
    Auf GitHub ansehen↗4,963
  • egoist/docuteAvatar von egoist

    egoist/docute

    3,814Auf GitHub ansehen↗

    Docute is a browser-based documentation framework that transforms markdown files into functional websites directly within the user's browser. By performing all processing on the fly, it eliminates the need for static build steps, server-side compilation, or complex deployment pipelines. The platform functions as a single-page application, managing navigation and content updates dynamically by intercepting browser history events to avoid full page reloads. It utilizes a virtual file system abstraction to fetch and resolve documentation assets, ensuring that the site remains responsive and ligh

    Provides a browser-based framework for building documentation sites that process content on the fly.

    JavaScript
    Auf GitHub ansehen↗3,814
  • 0hq/webgptAvatar von 0hq

    0hq/WebGPT

    3,788Auf GitHub ansehen↗

    WebGPT is a browser-based machine learning framework designed to execute transformer models entirely within the client environment. By leveraging native web standards, it provides a zero-dependency runtime that enables local text generation without the need for backend server processing. The engine distinguishes itself by utilizing hardware-accelerated compute shaders to perform high-performance tensor computations directly on the user's graphics hardware. This approach allows for the execution of large language models locally, ensuring that all data processing remains private to the client d

    Provides a lightweight framework for running neural network inference entirely within the browser without external server dependencies.

    JavaScriptgptnanogpttransformers
    Auf GitHub ansehen↗3,788
  1. Home
  2. Artificial Intelligence & ML
  3. Deep Learning Frameworks
  4. Browser-Based Frameworks

Unter-Tags erkunden

  • Documentation FrameworksModular systems for building documentation sites that process content on the fly. **Distinct from Browser-Based Frameworks:** Focuses on documentation-specific frameworks rather than general-purpose browser-based frameworks.