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
·

2 Repos

Awesome GitHub RepositoriesBrowser-Native Image Processors

Computational tools designed to run image analysis directly within the browser environment.

Distinguishing note: Focuses on the native browser integration of image processing tasks.

Explore 2 awesome GitHub repositories matching web development · Browser-Native Image Processors. Refine with filters or upvote what's useful.

Awesome Browser-Native Image Processors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • naptha/tesseract.jsAvatar von naptha

    naptha/tesseract.js

    38,141Auf GitHub ansehen↗

    Tesseract.js is a JavaScript library that provides optical character recognition capabilities directly within web browsers and Node.js environments. It functions as a client-side engine, enabling the conversion of images containing printed text into machine-readable strings without the need for external APIs or server-side infrastructure. The library distinguishes itself by running the original C++ optical character recognition engine within the browser through WebAssembly modules. To maintain interface responsiveness during intensive computation, it utilizes background threads for parallel p

    Leverages web workers to perform intensive image analysis and character pattern matching directly inside the user interface.

    JavaScriptdeep-learningjavascriptocr
    Auf GitHub ansehen↗38,141
  • donaldcwl/browser-image-compressionAvatar von Donaldcwl

    Donaldcwl/browser-image-compression

    1,701Auf GitHub ansehen↗

    Browser image compression is a JavaScript utility designed to reduce image file sizes directly within the web browser. By adjusting dimensions and quality settings locally, the library minimizes bandwidth usage and storage requirements before files are uploaded to a server. The library maintains interface responsiveness by offloading heavy image manipulation tasks to background worker threads. It manages large image files using memory-efficient binary objects and utilizes the browser canvas application programming interface to re-encode data into formats such as JPEG or WebP. Users can contr

    Offloads heavy image compression tasks to background threads to keep the main browser interface responsive.

    JavaScriptcompress-imageimage-compressionimage-compressor
    Auf GitHub ansehen↗1,701
  1. Home
  2. Web Development
  3. Browser-Native Image Processors