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

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

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

oarriaga/face_classification

0
View on GitHub↗
5,733 نجوم·1,609 تفرعات·Python·MIT·11 مشاهدات

Face Classification

هذا المشروع عبارة عن نظام للتعلم العميق لتصنيف الوجوه يكتشف الوجوه البشرية ويصنف الجنس والعاطفة. يستخدم الشبكات العصبية التلافيفية وأدوات الرؤية الحاسوبية لتحليل سمات الوجه في كل من الصور الثابتة ومقاطع الفيديو الحية.

يتضمن النظام مصنفات متخصصة للعواطف بناءً على مجموعة بيانات FER2013 وللجنس بناءً على مجموعات بيانات IMDB. يتم دمج هذه النماذج في خدمة ويب حاوية (containerized)، مما يسمح بعرض منطق التصنيف كـ API يعالج بيانات الصور عبر طلبات الشبكة.

تغطي الواجهة التقنية خط الأنابيب بالكامل بدءاً من تدريب النماذج المخصصة باستخدام Keras وصولاً إلى اكتشاف الوجوه في الوقت الفعلي باستخدام OpenCV. يتضمن ذلك تنفيذ خط أنابيب للفيديو للمعالجة المستمرة للإطارات واستخدام Haar cascades لتحديد مواقع الوجوه.

Features

  • Emotion Classifiers - Classifies human emotions and gender from images and live video using deep learning networks.
  • Face Detection - Identifies human faces within live video streams to prepare data for downstream attribute analysis.
  • Custom Model Training - Implements custom training pipelines using Keras to create gender and emotion classification models from labeled image datasets.
  • Attribute Classifiers - Combines face detection with Keras-based CNNs to classify gender and emotion.
  • Facial Emotion Classifiers - Provides a vision tool that identifies human emotions based on the FER2013 dataset.
  • Facial Expression Recognition - Analyzes facial muscle patterns to categorize emotional states and gender using trained neural networks.
  • Gender Predictions - Implements a neural network trained on IMDB datasets to predict the gender of subjects in photographs.
  • CNN Architectures - Implements convolutional neural network architectures to extract visual patterns for gender and emotion classification.
  • Computer Vision - Implements computer vision capabilities for facial recognition and classification deployed as a web service.
  • Keras Model Implementations - Utilizes the Keras API to implement and train deep learning architectures for facial attribute classification.
  • Cascade Classifier Detections - Uses OpenCV Haar cascade classifiers to locate human faces by scanning for edge and line patterns.
  • Real-Time Facial Recognition - Performs low-latency identification of emotions and gender from live video streams.
  • Face Recognition and Analysis - Detects human faces and analyzes associated attributes like gender and emotion within image frames.
  • Real-Time Model Inference on Frames - Implements a high-speed video pipeline that runs model inference on every frame of a live camera stream.
  • Model Training Implementations - Implements the training of custom classification models for gender and emotion using Keras and labeled datasets.
  • Image Classification APIs - Ships a RESTful API that accepts image data and returns classification results for facial attributes.
  • Containerized Service Deployments - Packages the classification service within containers to ensure consistent deployment and inference across environments.
  • Inference APIs - Exposes the facial analysis model as a web service that accepts image data and returns classification results.
  • Age gender estimation - Listed in the “Age gender estimation” section of the Ailia Models awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ oarriaga/face_classificationمخطط تاريخ النجوم لـ oarriaga/face_classification

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Face Classification

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Face Classification.
  • atulapra/emotion-detectionالصورة الرمزية لـ atulapra

    atulapra/Emotion-detection

    1,354عرض على GitHub↗

    This project is a deep learning system designed for real-time emotion recognition and facial expression analysis. It utilizes a convolutional neural network architecture to process raw visual input, mapping complex facial patterns to seven distinct emotional states through a supervised machine learning pipeline. The system functions as both a training framework and an inference engine. It includes utilities for preparing and standardizing large image datasets to ensure consistent input quality, alongside a real-time processing pipeline that captures and buffers live video frames to perform co

    Pythoncomputer-visiondeep-learningemotion-detection
    عرض على GitHub↗1,354
  • 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
  • serengil/deepfaceالصورة الرمزية لـ serengil

    serengil/deepface

    22,226عرض على 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
    عرض على GitHub↗22,226
  • vipstone/faceaiالصورة الرمزية لـ vipstone

    vipstone/faceai

    11,088عرض على GitHub↗

    Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It provides integrated engines for detecting human faces in static images and live video streams, matching facial encodings against identity databases, and mapping facial landmarks to understand geometric structure and alignment. The project enables real-time augmented reality applications, such as applying virtual makeup and digital accessories by scaling assets to detected facial coordinates. It also includes a suite for digital image restoration capable of removing noise, erasing w

    Pythondlibkerasopencv
    عرض على GitHub↗11,088
عرض جميع البدائل الـ 30 لـ Face Classification→

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

ما هي وظيفة oarriaga/face_classification؟

هذا المشروع عبارة عن نظام للتعلم العميق لتصنيف الوجوه يكتشف الوجوه البشرية ويصنف الجنس والعاطفة. يستخدم الشبكات العصبية التلافيفية وأدوات الرؤية الحاسوبية لتحليل سمات الوجه في كل من الصور الثابتة ومقاطع الفيديو الحية.

ما هي الميزات الرئيسية لـ oarriaga/face_classification؟

الميزات الرئيسية لـ oarriaga/face_classification هي: Emotion Classifiers, Face Detection, Custom Model Training, Attribute Classifiers, Facial Emotion Classifiers, Facial Expression Recognition, Gender Predictions, CNN Architectures.

ما هي البدائل مفتوحة المصدر لـ oarriaga/face_classification؟

تشمل البدائل مفتوحة المصدر لـ oarriaga/face_classification: atulapra/emotion-detection — This project is a deep learning system designed for real-time emotion recognition and facial expression analysis. It… 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… vipstone/faceai — Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It… mjrovai/opencv-face-recognition — OpenCV-Face-Recognition is a computer vision system designed to detect human faces and verify identities within live… esimov/pigo — Pigo is a computer vision library written in Go for locating human faces in images and video streams. It provides…