awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
esimov avatar

esimov/pigo

0
View on GitHub↗
4,710 stele·323 fork-uri·Go·MIT·4 vizualizări

Pigo

Pigo este o bibliotecă de computer vision scrisă în Go pentru localizarea fețelor umane în imagini și fluxuri video. Oferă instrumente pentru detectarea feței, identificarea reperelor faciale și localizarea pupilelor și a ochilor.

Proiectul este implementat în Go pur pentru a asigura execuția portabilă fără dependențe externe. Suportă compilarea în WebAssembly, permițând detectarea feței și procesarea imaginilor să ruleze direct în browserele web, fără un backend.

Capabilitățile bibliotecii includ detectarea feței în timp real folosind cascade de clasificatoare și localizarea privirii (gaze tracking). Aceasta mapează punctele anatomice de pe față pentru a analiza geometria structurală și expresiile folosind ansambluri de arbori randomizați.

Features

  • Face Detection - Provides computer vision capabilities to locate human faces in images and video streams.
  • WebAssembly-Based Detection - Executes face detection directly in the browser via WebAssembly for real-time performance without a backend.
  • Facial Landmark Analysis - Provides tools for mapping and analyzing specific anatomical points on the human face for structural geometry.
  • Facial Landmark Detection - Provides a tool for identifying anatomical points on a face to analyze structural geometry and expressions.
  • Go Computer Vision - Implements fast image recognition and facial detection features within the Go language.
  • Eye Localization - Detects the position and boundaries of eyes within a previously detected face.
  • Pupil and Eye Localization - Pinpoints the precise coordinates of eyes and pupils within a detected face.
  • Web-Based Computer Vision - Provides a computer vision implementation that runs face detection directly in web browsers without a backend.
  • Cascade Classifier Detections - Implements face detection using a series of filters through cascade classifiers with Haar-like features.
  • Client-Side Image Processing - Executes face detection logic directly in the web browser to avoid sending data to a server.
  • Go Libraries - A library written in Go for locating human faces in images and video streams.
  • Pure Go Portings - Implemented entirely in pure Go to ensure portable execution without external C dependencies.
  • WebAssembly Compilation - Compiles detection logic into WebAssembly binaries to enable high-performance image processing directly in the browser.
  • Eye Gaze Tracking - Pinpoints the exact coordinates of pupils and eyes to determine where a person is looking.
  • Random Forest Ensembles - Uses randomized tree ensembles to identify facial landmarks and pupil coordinates based on pixel intensity.
  • AI and Machine Learning - Face detection library.

Istoric stele

Graficul istoricului de stele pentru esimov/pigoGraficul istoricului de stele pentru esimov/pigo

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Pigo

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Pigo.
  • ageitgey/face_recognitionAvatar ageitgey

    ageitgey/face_recognition

    56,504Vezi pe GitHub↗

    This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video. It functions as a biometric identification tool that converts facial features into numerical encodings to compare and match identities. The library provides a computer vision command line interface for batch processing face detection and recognition tasks across image directories. It also supports a GPU accelerated vision API that utilizes CUDA and NVIDIA hardware to increase the speed of facial analysis and identification. Its capabilities cover human face detection and faci

    Pythonface-detectionface-recognitionmachine-learning
    Vezi pe GitHub↗56,504
  • serengil/deepfaceAvatar serengil

    serengil/deepface

    22,226Vezi pe GitHub↗

    Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a modular pipeline that handles the entire lifecycle of facial processing, including detection, geometric alignment, and the transformation of facial images into high-dimensional numerical vector embeddings for identity verification and similarity comparison. The library distinguishes itself through a model ensemble approach, which combines predictions from multiple pre-trained neural networks to improve classification accuracy and reduce bias. It also integrates advanced security fe

    Pythonage-predictionarcfacedeep-learning
    Vezi pe GitHub↗22,226
  • accord-net/frameworkAvatar accord-net

    accord-net/framework

    4,540Vezi pe GitHub↗

    This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries for numerical analysis, statistics, and mathematical optimization. It serves as a foundational toolkit for developing applications in machine learning, digital signal processing, and computer vision. The framework provides specialized toolkits for training and deploying predictive models, including neural networks, support vector machines, and decision trees. It further distinguishes itself with deep integrations for real-time visual analysis, such as object tracking and facia

    C#
    Vezi pe GitHub↗4,540
  • eduardolundgren/tracking.jsAvatar eduardolundgren

    eduardolundgren/tracking.js

    9,472Vezi pe GitHub↗

    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

    JavaScript
    Vezi pe GitHub↗9,472
Vezi toate cele 30 alternative pentru Pigo→

Întrebări frecvente

Ce face esimov/pigo?

Pigo este o bibliotecă de computer vision scrisă în Go pentru localizarea fețelor umane în imagini și fluxuri video. Oferă instrumente pentru detectarea feței, identificarea reperelor faciale și localizarea pupilelor și a ochilor.

Care sunt principalele funcționalități ale esimov/pigo?

Principalele funcționalități ale esimov/pigo sunt: Face Detection, WebAssembly-Based Detection, Facial Landmark Analysis, Facial Landmark Detection, Go Computer Vision, Eye Localization, Pupil and Eye Localization, Web-Based Computer Vision.

Care sunt câteva alternative open-source pentru esimov/pigo?

Alternativele open-source pentru esimov/pigo includ: ageitgey/face_recognition — This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video.… serengil/deepface — Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a… accord-net/framework — This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries… eduardolundgren/tracking.js — tracking.js is a browser computer vision library written in JavaScript for performing real-time image analysis and… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… jeeliz/jeelizfacefilter — jeelizFaceFilter is a browser-based computer vision engine and WebGL face tracking library designed for AR filters and…