awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesJavaScript Machine Learning Libraries

Libraries for implementing neural networks and ML models using the JavaScript language.

Distinct from Go Machine Learning Libraries: Similar to Go Machine Learning Libraries but for the JavaScript ecosystem.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · JavaScript Machine Learning Libraries. Refine with filters or upvote what's useful.

Awesome JavaScript Machine Learning Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tensorflow/tfjsالصورة الرمزية لـ tensorflow

    tensorflow/tfjs

    19,134عرض على GitHub↗

    TensorFlow.js is a JavaScript machine learning library used for training and deploying models in web browsers and server-side environments. It functions as a browser-based model trainer, a WebAssembly inference engine, and a WebGPU accelerated tensor library for low-level linear algebra. The project also includes a model converter to transform Python-based models into optimized formats for JavaScript execution. The library distinguishes itself through a pluggable backend architecture that allows mathematical operations to be executed via CPU, WebGL, or WebGPU. It supports the conversion of Py

    Implements a comprehensive library for training and deploying machine learning models using JavaScript in browsers and servers.

    TypeScript
    عرض على GitHub↗19,134
  • tensorflow/tfjs-coreالصورة الرمزية لـ tensorflow

    tensorflow/tfjs-core

    8,437عرض على GitHub↗

    TensorFlow.js is a JavaScript machine learning library and browser-based runtime used to build, train, and execute models. It functions as a WebGL accelerated tensor engine, providing a foundation for high-performance linear algebra operations and an automatic differentiation framework for computing gradients. The project distinguishes itself through its ability to run machine learning directly in web environments, supporting both client-side inference and browser-based training. It enables the deployment of Python-based models by converting Keras or TensorFlow models into compatible formats

    Provides a complete library for implementing and training neural networks and ML models using JavaScript.

    TypeScriptdeep-learningdeep-neural-networksgpu-acceleration
    عرض على GitHub↗8,437
  • pair-code/deeplearnjsالصورة الرمزية لـ PAIR-code

    PAIR-code/deeplearnjs

    8,435عرض على GitHub↗

    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 JavaScript library for implementing neural networks and deep learning models with WebGL acceleration.

    TypeScript
    عرض على GitHub↗8,435
  • ml5js/ml5-libraryالصورة الرمزية لـ ml5js

    ml5js/ml5-library

    6,581عرض على GitHub↗

    ml5-library is a JavaScript machine learning library that functions as a browser-based inference engine. It provides a high-level wrapper for implementing neural networks and data models, allowing users to execute machine learning predictions directly on the client side. The library simplifies the integration of machine learning into web applications and creative coding projects by removing the requirement for deep mathematical expertise. It specifically enables web-based image classification through the use of pretrained deep learning models to identify and label objects within images. The

    Provides a comprehensive JavaScript library for building and running machine learning models in the browser.

    JavaScript
    عرض على GitHub↗6,581
  • crytic/slitherالصورة الرمزية لـ crytic

    crytic/slither

    6,141عرض على GitHub↗

    Applies a ruleset to detect misuse of machine learning libraries that could introduce security flaws.

    Pythonethereumsoliditystatic-analysis
    عرض على GitHub↗6,141
  • 0hq/webgptالصورة الرمزية لـ 0hq

    0hq/WebGPT

    3,788عرض على GitHub↗

    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 collection of tools for performing high-performance tensor computations and neural network operations directly on user hardware.

    JavaScriptgptnanogpttransformers
    عرض على GitHub↗3,788
  1. Home
  2. Artificial Intelligence & ML
  3. JavaScript Machine Learning Libraries

استكشف الوسوم الفرعية

  • Beginner Prototyping ToolsSimplified tools for learning and prototyping machine learning concepts without requiring deep mathematical expertise. **Distinct from JavaScript Machine Learning Libraries:** Distinct from general JS ML libraries by focusing on the educational and low-barrier prototyping experience.
  • Library Usage AuditsApplies a ruleset to detect misuse of machine learning libraries that could introduce security flaws. **Distinct from JavaScript Machine Learning Libraries:** Distinct from JavaScript Machine Learning Libraries: focuses on auditing library usage for security flaws rather than providing ML libraries.