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
·

10 Repos

Awesome GitHub RepositoriesWeb-Based Computer Vision

Technologies that enable computer vision processing and image segmentation directly within web browser environments.

Explore 10 awesome GitHub repositories matching artificial intelligence & ml · Web-Based Computer Vision. Refine with filters or upvote what's useful.

Awesome Web-Based Computer Vision GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebookresearch/segment-anythingAvatar von facebookresearch

    facebookresearch/segment-anything

    54,353Auf GitHub ansehen↗

    This project provides a deep learning architecture designed to identify and isolate distinct objects within images by generating precise pixel-level masks. It functions as a browser-based inference engine, enabling the execution of complex machine learning models directly within web environments without requiring server-side processing. The system distinguishes itself by utilizing hardware-accelerated execution and parallel processing to achieve real-time segmentation speeds. It supports prompt-based mask decoding, allowing users to generate spatial masks by providing specific points or boxes

    Facilitates real-time object detection and mask generation entirely within the client-side browser without requiring server-side computation.

    Jupyter Notebook
    Auf GitHub ansehen↗54,353
  • justadudewhohacks/face-api.jsAvatar von justadudewhohacks

    justadudewhohacks/face-api.js

    17,869Auf GitHub ansehen↗

    face-api.js is a TensorFlow.js face recognition library and browser-based computer vision API. It provides tools for performing face detection, recognition, and landmark prediction within browsers and Node.js. The library includes a biometric identity descriptor generator that creates numerical vectors to compare identity and similarity between images. It features a facial landmark detection tool for mapping sixty-eight specific coordinate points on a face, as well as an age and gender estimation model. Its capabilities cover real-time facial analysis, including the recognition of facial exp

    Provides a comprehensive set of computer vision tools that run directly within the web browser environment.

    TypeScriptage-estimationemotion-recognitionface-detection
    Auf GitHub ansehen↗17,869
  • xenova/transformers.jsAvatar von xenova

    xenova/transformers.js

    16,141Auf GitHub ansehen↗

    Transformers.js is a JavaScript library and web machine learning framework designed to run pretrained transformer models directly in the browser. It serves as a client-side inference engine and a wrapper for the ONNX Runtime, enabling the execution of multimodal AI tasks on user devices without the need for a backend server. The library distinguishes itself by providing a unified toolkit for processing text, image, and audio data locally. This architecture supports privacy-preserving model inference and reduces latency by performing all computations on the client's hardware. Its capabilities

    Enables computer vision tasks like object detection and image segmentation directly within web browsers.

    JavaScript
    Auf GitHub ansehen↗16,141
  • tensorflow/tfjs-modelsAvatar von tensorflow

    tensorflow/tfjs-models

    14,791Auf GitHub ansehen↗

    This project is a collection of pre-trained machine learning models and conversion pipelines designed for running inference directly in the browser using TensorFlow.js. It provides a library of ready-to-use models for computer vision, audio classification, and natural language processing tasks. The suite includes specialized tools for transforming Python-based Keras models into JSON formats compatible with web environments. It enables the deployment of these models by fetching architectures and weight shards via HTTP for client-side execution. The project covers a broad range of capabilities

    Identifies objects, detects human poses, and estimates image depth directly in a web browser.

    TypeScript
    Auf GitHub ansehen↗14,791
  • eduardolundgren/tracking.jsAvatar von eduardolundgren

    eduardolundgren/tracking.js

    9,472Auf GitHub ansehen↗

    tracking.js is a browser computer vision library written in JavaScript for performing real-time image analysis and object tracking directly within a web browser. It functions as a real-time object tracker, a color tracking tool, and a face detection utility. The library enables the detection and monitoring of specific color ranges, human faces, and known visual patterns across consecutive video frames. It extracts visual features and descriptors from images to identify distinct landmarks for matching and tracking. The project covers broad computer vision capabilities, including the ability t

    Provides a JavaScript library for performing computer vision and image segmentation directly within web browser environments.

    JavaScript
    Auf GitHub ansehen↗9,472
  • dequelabs/axe-coreAvatar von dequelabs

    dequelabs/axe-core

    6,900Auf GitHub ansehen↗

    axe-core is an automated accessibility testing engine and compliance auditor designed to scan web and mobile interfaces for violations of industry accessibility standards. It functions as a programmatic scanner and linter that analyzes HTML and source code to identify barriers and verify compliance with accessibility guidelines. The project distinguishes itself by combining a DOM-based rule engine with computer vision and machine learning to detect complex violations that evade traditional analysis, such as visual heading discrepancies and informative images. It provides specialized capabilit

    Employs web-based computer vision to identify accessibility barriers like missing semantic headings from visual appearance.

    JavaScripta11yaccessibilityaxe
    Auf GitHub ansehen↗6,900
  • jasonmayes/real-time-person-removalAvatar von jasonmayes

    jasonmayes/Real-Time-Person-Removal

    5,158Auf GitHub ansehen↗

    Real-Time-Person-Removal ist eine webbasierte Computer-Vision-Anwendung, die darauf ausgelegt ist, menschliche Figuren aus Live-Videostreams zu identifizieren und zu entfernen. Unter Verwendung von TensorFlow.js fungiert das Tool als Echtzeit-Hintergrund-Subtraktionssystem, das die Szenenzusammensetzung analysiert, um statische Hintergründe von sich bewegenden Personen zu isolieren. Das Projekt ermöglicht browserbasierte Computer-Vision durch die Verarbeitung von Webcam-Videofeeds direkt im Client. Es nutzt Machine Learning, um zwischen dynamischen Szenenelementen und dem Hintergrund zu unterscheiden, was die Echtzeit-Entfernung von Personen aus dem Sichtfeld ermöglicht.

    Performs computer vision and image segmentation directly within the web browser using TensorFlow.js.

    JavaScript
    Auf GitHub ansehen↗5,158
  • esimov/pigoAvatar von esimov

    esimov/pigo

    4,710Auf GitHub ansehen↗

    Pigo ist eine Computer-Vision-Bibliothek in Go zur Lokalisierung menschlicher Gesichter in Bildern und Videostreams. Sie bietet Tools für Gesichtserkennung, Identifizierung von Gesichtsmerkmalen sowie Pupillen- und Augenlokalisierung. Das Projekt ist in reinem Go implementiert, um eine portable Ausführung ohne externe Abhängigkeiten zu gewährleisten. Es unterstützt die Kompilierung zu WebAssembly, wodurch Gesichtserkennung und Bildverarbeitung direkt in Webbrowsern ohne Backend ausgeführt werden können. Die Funktionen der Bibliothek umfassen Echtzeit-Gesichtserkennung mittels Classifier-Cascades und Gaze-Tracking-Lokalisierung. Sie mappt anatomische Punkte auf dem Gesicht, um strukturelle Geometrie und Ausdrücke mittels Random Forest Ensembles zu analysieren.

    Provides a computer vision implementation that runs face detection directly in web browsers without a backend.

    Gocomputer-visioneye-detectionface-detection
    Auf GitHub ansehen↗4,710
  • brownhci/webgazerAvatar von brownhci

    brownhci/WebGazer

    3,865Auf GitHub ansehen↗

    WebGazer is a JavaScript eye tracking library and browser-based computer vision tool that predicts a user's gaze coordinates on a screen in real time using a standard webcam. It functions as a client-side biometric tracker and accessibility input framework, mapping eye gaze to screen interactions to enable hands-free navigation and user interaction research. The system performs all video processing and gaze analysis locally within the web browser, removing the need for external servers. It employs regression-based mapping models to translate eye coordinates into screen pixels, utilizing a tra

    Implements real-time image processing and pupil detection directly within the web browser.

    HTML
    Auf GitHub ansehen↗3,865
  • jeeliz/jeelizfacefilterAvatar von jeeliz

    jeeliz/jeelizFaceFilter

    2,883Auf GitHub ansehen↗

    jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and real-time facial movement tracking. It functions as a neural network face detector that identifies multiple faces and monitors mouth movements and rotation within a web browser. The system distinguishes itself through a model-swappable detection pipeline, allowing the exchange of neural network weights to balance accuracy and performance across different camera angles and devices. It features real-time lighting synchronization to match the illumination of 3D overlays with the

    Implements client-side face detection and movement monitoring directly within a web browser.

    JavaScript3daugmented-realitycamera
    Auf GitHub ansehen↗2,883
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Computer Vision
  6. Web-Based Computer Vision

Unter-Tags erkunden

  • Browser-Based Image SegmentationPerforming object detection and mask generation in the browser.