awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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·12 व्यूज़

Face Classification

यह प्रोजेक्ट एक डीप लर्निंग फेस क्लासिफिकेशन सिस्टम है जो मानव चेहरों का पता लगाता है और लिंग और भावनाओं को वर्गीकृत करता है। यह स्थिर छवियों और लाइव वीडियो स्ट्रीम दोनों में चेहरे की विशेषताओं का विश्लेषण करने के लिए कन्वेन्शनल न्यूरल नेटवर्क्स और कंप्यूटर विज़न टूल्स का उपयोग करता है।

इस सिस्टम में FER2013 डेटासेट के आधार पर भावनाओं और IMDB डेटासेट के आधार पर लिंग के लिए विशेष क्लासिफायर शामिल हैं। ये मॉडल्स एक कंटेनराइज़्ड वेब सर्विस में इंटीग्रेटेड हैं, जिससे क्लासिफिकेशन लॉजिक को एक 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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Face Classification के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Face Classification के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • atulapra/emotion-detectionatulapra का अवतार

    atulapra/Emotion-detection

    1,354GitHub पर देखें↗

    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.toolkitxlite-dev का अवतार

    xlite-dev/lite.ai.toolkit

    4,413GitHub पर देखें↗

    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/deepfaceserengil का अवतार

    serengil/deepface

    22,226GitHub पर देखें↗

    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/faceaivipstone का अवतार

    vipstone/faceai

    11,088GitHub पर देखें↗

    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
Face Classification के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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…