Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Face_classification | 5,312 | 7 months ago | 54 | mit | Python | |||||
Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV. | ||||||||||
Rude Carnie | 897 | 2 years ago | 26 | Python | ||||||
Age detection in Tensorflow | ||||||||||
Transfer Learning Anime | 121 | 6 years ago | 2 | Python | ||||||
Transfer Learning for Anime Characters Recognition | ||||||||||
Covid Mask Detector | 102 | 2 years ago | mit | Python | ||||||
Detect whether a person is wearing a mask or not | ||||||||||
Mlwithtensorflow2ed | 101 | a year ago | 13 | apache-2.0 | Jupyter Notebook | |||||
Code for Machine Learning with TensorFlow: 2nd Edition Published by Manning Publications | ||||||||||
Awesome Datasets | 78 | 7 years ago | 1 | |||||||
A curated list of awesome datasets for papers/experiments/validation. | ||||||||||
Faceonnx | 78 | 2 | 2 months ago | 20 | May 08, 2022 | mit | C# | |||
Face recognition and analytics library based on deep neural networks and ONNX runtime | ||||||||||
Classifiertoolbox | 75 | 5 months ago | 2 | mit | MATLAB | |||||
A MATLAB toolbox for classifier: Version 1.0.7 | ||||||||||
Deep Vision Processing | 74 | 6 months ago | 6 | Java | ||||||
Deep computer-vision algorithms for the Processing framework. | ||||||||||
Emotion_recognition | 66 | 7 months ago | 4 | mit | Python | |||||
人脸检测加表情识别 |
Real-time face detection and emotion/gender classification using fer2013/IMDB datasets with a keras CNN model and openCV.
For more information please consult the publication
Guided back-prop
Real-time demo:
B-IT-BOTS robotics team :)
python3 video_emotion_color_demo.py
python3 image_gradcam_demo.py
python3 image_emotion_gender_demo.py <image_path>
e.g.
python3 image_emotion_gender_demo.py ../images/test_image.jpg
With a few steps one can get its own face classification and detection running. Follow the commands below:
docker pull ekholabs/face-classifier
docker run -d -p 8084:8084 --name=face-classifier ekholabs/face-classifier
curl -v -F [email protected][path_to_image] http://localhost:8084/classifyImage > image.png
Download the fer2013.tar.gz file from here
Move the downloaded file to the datasets directory inside this repository.
Untar the file:
tar -xzf fer2013.tar
python3 train_emotion_classifier.py
Download the imdb_crop.tar file from here (It's the 7GB button with the tittle Download faces only).
Move the downloaded file to the datasets directory inside this repository.
Untar the file:
tar -xfv imdb_crop.tar
python3 train_gender_classifier.py