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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesWeb-Based Math Accelerators

High-performance engines that leverage browser-based graphics hardware for mathematical and matrix operations.

Distinct from Hardware-Accelerated WebGL Execution: Distinct from Hardware-Accelerated WebGL Execution: focuses on the math acceleration engine aspect rather than general WebGL performance.

Explore 2 awesome GitHub repositories matching web development · Web-Based Math Accelerators. Refine with filters or upvote what's useful.

Awesome Web-Based Math Accelerators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gpujs/gpu.jsgpujs का अवतार

    gpujs/gpu.js

    15,377GitHub पर देखें↗

    This library is a JavaScript framework for general-purpose computing on graphics processing units. It enables the execution of parallel mathematical operations directly within the browser by offloading data-heavy calculations to graphics hardware. The project functions as a web-based math accelerator that converts standard JavaScript functions into shader code for execution on the graphics processor. It provides a unified interface that detects available graphics APIs and manages data transfer between system and graphics memory. To ensure compatibility across diverse environments, the library

    Functions as a high-performance engine for running complex matrix and vector operations in the browser.

    JavaScriptglslgpgpugpu
    GitHub पर देखें↗15,377
  • webdevsimplified/face-detection-javascriptWebDevSimplified का अवतार

    WebDevSimplified/Face-Detection-JavaScript

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

    This project is a JavaScript library designed for real-time face detection directly within a web browser. It functions as a machine learning model wrapper that enables developers to identify and track human faces in live video streams without the need for backend server processing. The library utilizes browser-native media access to stream raw camera data into application memory, where it performs pixel-level analysis. By leveraging a tensor-based inference engine and web-assembly acceleration, the tool executes complex neural network calculations locally to achieve high-performance computer

    Executes heavy mathematical operations for neural network calculations using low-level binary instructions to achieve near-native performance within the browser environment.

    JavaScript
    GitHub पर देखें↗1,036
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Hardware-Accelerated WebGL Execution
  5. Web-Based Math Accelerators