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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
oarriaga avatar

oarriaga/face_classification

0
View on GitHub↗
5,733 stars·1,609 forks·Python·MIT·13 vues

Face Classification

Ce projet est un système de classification faciale par deep learning qui détecte les visages humains et classifie le genre et l'émotion. Il utilise des réseaux de neurones convolutifs et des outils de vision par ordinateur pour analyser les attributs faciaux dans des images statiques et des flux vidéo en direct.

Le système inclut des classificateurs spécialisés pour les émotions basés sur le jeu de données FER2013 et pour le genre basés sur les jeux de données IMDB. Ces modèles sont intégrés dans un service web conteneurisé, permettant d'exposer la logique de classification sous forme d'API qui traite les données d'image via des requêtes réseau.

La surface technique couvre l'ensemble du pipeline, de l'entraînement de modèles personnalisés avec Keras à la détection de visages en temps réel avec OpenCV. Cela inclut l'implémentation d'un pipeline vidéo pour le traitement continu des images et l'utilisation de cascades de Haar pour localiser les visages.

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.

Historique des stars

Graphique de l'historique des stars pour oarriaga/face_classificationGraphique de l'historique des stars pour oarriaga/face_classification

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Face Classification

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Face Classification.
  • atulapra/emotion-detectionAvatar de atulapra

    atulapra/Emotion-detection

    1,354Voir sur 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
    Voir sur GitHub↗1,354
  • xlite-dev/lite.ai.toolkitAvatar de xlite-dev

    xlite-dev/lite.ai.toolkit

    4,413Voir sur 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++
    Voir sur GitHub↗4,413
  • serengil/deepfaceAvatar de serengil

    serengil/deepface

    22,226Voir sur 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
    Voir sur GitHub↗22,226
  • vipstone/faceaiAvatar de vipstone

    vipstone/faceai

    11,088Voir sur 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
    Voir sur GitHub↗11,088
Voir les 30 alternatives à Face Classification→

Questions fréquentes

Que fait oarriaga/face_classification ?

Ce projet est un système de classification faciale par deep learning qui détecte les visages humains et classifie le genre et l'émotion. Il utilise des réseaux de neurones convolutifs et des outils de vision par ordinateur pour analyser les attributs faciaux dans des images statiques et des flux vidéo en direct.

Quelles sont les fonctionnalités principales de oarriaga/face_classification ?

Les fonctionnalités principales de oarriaga/face_classification sont : Emotion Classifiers, Face Detection, Custom Model Training, Attribute Classifiers, Facial Emotion Classifiers, Facial Expression Recognition, Gender Predictions, CNN Architectures.

Quelles sont les alternatives open-source à oarriaga/face_classification ?

Les alternatives open-source à oarriaga/face_classification incluent : 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…