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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
oarriaga avatar

oarriaga/face_classification

0
View on GitHub↗
5,733 estrellas·1,609 forks·Python·MIT·12 vistas

Face Classification

Este proyecto es un sistema de clasificación facial mediante deep learning que detecta rostros humanos y clasifica género y emoción. Utiliza redes neuronales convolucionales y herramientas de visión artificial para analizar atributos faciales tanto en imágenes estáticas como en transmisiones de video en vivo.

El sistema incluye clasificadores especializados para emociones basados en el dataset FER2013 y para género basados en datasets de IMDB. Estos modelos están integrados en un servicio web contenedorizado, permitiendo que la lógica de clasificación se exponga como una API que procesa datos de imagen mediante peticiones de red.

La superficie técnica cubre todo el pipeline, desde el entrenamiento de modelos personalizados con Keras hasta la detección facial en tiempo real usando OpenCV. Esto incluye la implementación de un pipeline de video para el procesamiento continuo de fotogramas y el uso de Haar cascades para localizar rostros.

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.

Historial de estrellas

Gráfico del historial de estrellas de oarriaga/face_classificationGráfico del historial de estrellas de oarriaga/face_classification

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace oarriaga/face_classification?

Este proyecto es un sistema de clasificación facial mediante deep learning que detecta rostros humanos y clasifica género y emoción. Utiliza redes neuronales convolucionales y herramientas de visión artificial para analizar atributos faciales tanto en imágenes estáticas como en transmisiones de video en vivo.

¿Cuáles son las características principales de oarriaga/face_classification?

Las características principales de oarriaga/face_classification son: Emotion Classifiers, Face Detection, Custom Model Training, Attribute Classifiers, Facial Emotion Classifiers, Facial Expression Recognition, Gender Predictions, CNN Architectures.

¿Qué alternativas de código abierto existen para oarriaga/face_classification?

Las alternativas de código abierto para oarriaga/face_classification incluyen: 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…

Alternativas open-source a Face Classification

Proyectos open-source similares, clasificados según cuántas características comparten con Face Classification.
  • atulapra/emotion-detectionAvatar de atulapra

    atulapra/Emotion-detection

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

    xlite-dev/lite.ai.toolkit

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

    serengil/deepface

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

    vipstone/faceai

    11,088Ver en 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
    Ver en GitHub↗11,088
  • Ver las 30 alternativas a Face Classification→