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

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

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

justadudewhohacks/face-recognition.js

0
View on GitHub↗
1,924 نجوم·281 تفرعات·JavaScript·MIT·8 مشاهدات

Face Recognition.js

Face-recognition.js هي مجموعة تطوير برمجيات رؤية حاسوبية لـ Node.js توفر أدوات لاكتشاف، وتعيين، وتحديد الوجوه البشرية داخل الصور وتدفقات الفيديو. تعمل كجسر للمكتبات الأصلية عالية الأداء، مما يمكن المطورين من تنفيذ مهام تحليل الوجه المعقدة مباشرة داخل بيئات JavaScript وTypeScript.

تتميز المكتبة بدمج استدلال التعلم العميق مع تعيين المعالم الهندسية. وتستخدم شبكات عصبية مدربة مسبقاً لاستخراج متجهات ميزات الوجه وتستخدم حسابات المسافة الإقليدية لتحديد التشابه الرياضي بين الهويات. يسمح هذا بكل من التحقق من الأفراد المعروفين وتدريب نماذج مخصصة على مجموعات صور مصنفة للتعرف على موضوعات محددة.

بعيداً عن التعرف الأساسي، يتضمن المشروع أدوات لتحويل تنسيق الصور وتمثيل البيانات القائم على المصفوفة لتسهيل المعالجة الفعالة. كما يوفر أدوات تصحيح أخطاء مرئية ترسم مربعات الإحاطة ومعالم الوجه مباشرة على الصور، مما يساعد في التحقق من نتائج الاكتشاف أثناء التطوير.

Features

  • Face Recognition Libraries - Provides comprehensive algorithms for detecting, aligning, and verifying biometric features from human faces.
  • Face Detection - Locates human faces within images and video streams to extract coordinates for further processing.
  • Pre-trained Model Implementations - Executes pre-trained neural networks to extract facial feature vectors from raw image data.
  • C++ Native Bindings - Provides a high-performance bridge between JavaScript and native C++ computer vision libraries.
  • Biometric Face Verification - Matches detected facial features against a database of known identities to verify individuals.
  • Computer Vision Toolkits - Offers a toolkit for performing face detection, landmark mapping, and identity verification in JavaScript applications.
  • Face Recognition Training - Trains custom models on labeled image sets to recognize specific individuals.
  • Facial Landmark Analysis - Maps facial landmarks to geometric coordinates for precise alignment and normalization before recognition.
  • Facial Landmark Detection - Identifies specific facial points using multi-point detection models to map facial geometry.
  • Euclidean Distance Calculators - Calculates Euclidean distance between facial feature vectors to determine mathematical similarity between identities.

سجل النجوم

مخطط تاريخ النجوم لـ justadudewhohacks/face-recognition.jsمخطط تاريخ النجوم لـ justadudewhohacks/face-recognition.js

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Face Recognition.js

مجموعات منسقة بعناية يظهر فيها Face Recognition.js.
  • مكتبات التعرف على الوجوه

بدائل مفتوحة المصدر لـ Face Recognition.js

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Face Recognition.js.
  • ageitgey/face_recognitionالصورة الرمزية لـ ageitgey

    ageitgey/face_recognition

    56,504عرض على 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
    عرض على GitHub↗56,504
  • kagami/go-faceالصورة الرمزية لـ Kagami

    Kagami/go-face

    1,189عرض على GitHub↗

    This project is a Go library designed for facial detection, landmark mapping, and identity verification. It provides a toolkit for integrating computer vision capabilities into applications, enabling the automated identification and analysis of human faces within digital images. The library utilizes a deep residual network to transform facial data into compact vector representations, which are then compared using geometric distance calculations to confirm identities. It employs histogram-based object detection to locate facial structures and maps specific points on the face to define geometry

    Godlibface-recognitiongolang
    عرض على GitHub↗1,189
  • justadudewhohacks/face-api.jsالصورة الرمزية لـ justadudewhohacks

    justadudewhohacks/face-api.js

    17,869عرض على GitHub↗

    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

    TypeScriptage-estimationemotion-recognitionface-detection
    عرض على GitHub↗17,869
  • xlite-dev/lite.ai.toolkitالصورة الرمزية لـ xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413عرض على GitHub↗

    lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of pre-trained models for object detection, image classification, and segmentation on resource-constrained devices. The project features a multi-backend inference engine that supports the ONNX model runtime, allowing AI models to run across different hardware targets. It includes a GPU-accelerated pipeline specifically for NVIDIA hardware to reduce latency and increase processing speed. The toolkit covers a broad range of facial analysis capabilities, including emotion detection, gender

    C++
    عرض على GitHub↗4,413
عرض جميع البدائل الـ 30 لـ Face Recognition.js→

الأسئلة الشائعة

ما هي وظيفة justadudewhohacks/face-recognition.js؟

Face-recognition.js هي مجموعة تطوير برمجيات رؤية حاسوبية لـ Node.js توفر أدوات لاكتشاف، وتعيين، وتحديد الوجوه البشرية داخل الصور وتدفقات الفيديو. تعمل كجسر للمكتبات الأصلية عالية الأداء، مما يمكن المطورين من تنفيذ مهام تحليل الوجه المعقدة مباشرة داخل بيئات JavaScript وTypeScript.

ما هي الميزات الرئيسية لـ justadudewhohacks/face-recognition.js؟

الميزات الرئيسية لـ justadudewhohacks/face-recognition.js هي: Face Recognition Libraries, Face Detection, Pre-trained Model Implementations, C++ Native Bindings, Biometric Face Verification, Computer Vision Toolkits, Face Recognition Training, Facial Landmark Analysis.

ما هي البدائل مفتوحة المصدر لـ justadudewhohacks/face-recognition.js؟

تشمل البدائل مفتوحة المصدر لـ justadudewhohacks/face-recognition.js: ageitgey/face_recognition — This is a Python facial recognition library designed to detect, encode, and identify human faces in images and video.… kagami/go-face — This project is a Go library designed for facial detection, landmark mapping, and identity verification. It provides a… justadudewhohacks/face-api.js — face-api.js is a TensorFlow.js face recognition library and browser-based computer vision API. It provides tools for… xlite-dev/lite.ai.toolkit — lite.ai.toolkit is a C++ computer vision toolkit designed for edge AI deployment. It enables the execution of… serengil/deepface — Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a… exadel-inc/compreface — CompreFace is a facial recognition system designed for human face detection, identification, and biometric identity…