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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
atulapra avatar

atulapra/Emotion-detection

0
View on GitHub↗
1,354 stele·553 fork-uri·Python·MIT·2 vizualizări

Emotion Detection

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 continuous classification. By applying softmax probability distribution to the extracted spatial features, the tool provides categorized confidence scores for detected expressions.

Features

  • Facial Emotion Classifiers - Identifies human emotions in live video streams by analyzing facial features through a deep learning model.
  • Real-Time Facial Recognition - Analyzes live video streams to identify and categorize human facial expressions into distinct emotional states.
  • Real-Time Model Inference on Frames - Captures and buffers live video frames to perform continuous model inference with minimal latency.
  • Convolutional Neural Network Frameworks - Provides a machine learning framework that processes raw pixel data through hierarchical layers to extract spatial features.
  • Convolutional Neural Networks - Implements a convolutional neural network architecture to extract spatial features from facial images for emotion classification.
  • Deep Learning Training Toolsets - Provides the infrastructure to train neural networks on labeled image datasets for facial pattern recognition.
  • Facial Expression Recognition - Analyzes live video input to classify human facial expressions into seven distinct emotional states.
  • Machine Learning Training - Refines large image datasets to build neural networks capable of accurately recognizing complex human facial patterns.
  • Supervised Learning Pipelines - Provides a supervised learning pipeline for training models on labeled image datasets to map facial patterns to emotional states.

Istoric stele

Graficul istoricului de stele pentru atulapra/emotion-detectionGraficul istoricului de stele pentru atulapra/emotion-detection

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Emotion Detection

Colecții selectate manual în care apare Emotion Detection.
  • Face detection library
  • Detectarea și urmărirea obiectelor în timp real

Alternative open-source pentru Emotion Detection

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Emotion Detection.
  • oarriaga/face_classificationAvatar oarriaga

    oarriaga/face_classification

    5,733Vezi pe GitHub↗

    This project is a deep learning face classification system that detects human faces and classifies gender and emotion. It utilizes convolutional neural networks and computer vision tools to analyze facial attributes in both static images and live video streams. The system includes specialized classifiers for emotions based on the FER2013 dataset and gender based on IMDB datasets. These models are integrated into a containerized web service, allowing the classification logic to be exposed as an API that processes image data via network requests. The technical surface covers the entire pipelin

    Python
    Vezi pe GitHub↗5,733
  • weiliu89/caffeAvatar weiliu89

    weiliu89/caffe

    4,800Vezi pe GitHub↗

    Caffe is a high-performance deep learning framework and convolutional neural network library designed for training and deploying neural networks. It functions as a GPU-accelerated machine learning engine with a core implemented in C++ to enable high-throughput tensor operations. The project utilizes a declarative configuration system where model architectures and hyperparameters are defined in external text files, separating the network design from the execution code. It includes a model serialization system to export trained weights and topologies into binary files for efficient deployment a

    C++
    Vezi pe GitHub↗4,800
  • nyandwi/machine_learning_completeAvatar Nyandwi

    Nyandwi/machine_learning_complete

    4,983Vezi pe GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    Vezi pe GitHub↗4,983
  • cmusatyalab/openfaceAvatar cmusatyalab

    cmusatyalab/openface

    15,398Vezi pe GitHub↗

    Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a comprehensive pipeline for detecting faces, aligning landmarks, and transforming facial images into compact numerical vectors. By utilizing these embeddings, the system enables identity classification and similarity comparison through geometric distance calculations. The project distinguishes itself by integrating research-oriented diagnostic tools alongside its core recognition capabilities. It includes utilities for visualizing high-dimensional feature clusters, inspecting internal c

    Luadeep-learningface-recognitionfacenet
    Vezi pe GitHub↗15,398
Vezi toate cele 30 alternative pentru Emotion Detection→

Întrebări frecvente

Ce face atulapra/emotion-detection?

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.

Care sunt principalele funcționalități ale atulapra/emotion-detection?

Principalele funcționalități ale atulapra/emotion-detection sunt: Facial Emotion Classifiers, Real-Time Facial Recognition, Real-Time Model Inference on Frames, Convolutional Neural Network Frameworks, Convolutional Neural Networks, Deep Learning Training Toolsets, Facial Expression Recognition, Machine Learning Training.

Care sunt câteva alternative open-source pentru atulapra/emotion-detection?

Alternativele open-source pentru atulapra/emotion-detection includ: oarriaga/face_classification — This project is a deep learning face classification system that detects human faces and classifies gender and emotion.… weiliu89/caffe — Caffe is a high-performance deep learning framework and convolutional neural network library designed for training and… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… cmusatyalab/openface — Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a… vipstone/faceai — Faceai is a computer vision toolkit designed for facial analysis, identity recognition, and image processing. It… itcoders/human-detection-and-tracking — This project is a computer vision framework designed for the detection, identification, and tracking of human subjects…