All Projects → Tony607 → Keras_age_gender

Tony607 / Keras_age_gender

Easy Real time gender age prediction from webcam video with Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Keras age gender

Ai Series
📚 [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记
Stars: ✭ 702 (+390.91%)
Mutual labels:  artificial-intelligence, deeplearning
Artificialintelligenceengines
Computer code collated for use with Artificial Intelligence Engines book by JV Stone
Stars: ✭ 35 (-75.52%)
Mutual labels:  artificial-intelligence, deeplearning
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+477.62%)
Mutual labels:  artificial-intelligence, deeplearning
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in …
Stars: ✭ 4,757 (+3226.57%)
Mutual labels:  artificial-intelligence, deeplearning
Micromlp
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
Stars: ✭ 92 (-35.66%)
Mutual labels:  artificial-intelligence, deeplearning
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (+337.06%)
Mutual labels:  artificial-intelligence, deeplearning
Spago
Self-contained Machine Learning and Natural Language Processing library in Go
Stars: ✭ 854 (+497.2%)
Mutual labels:  artificial-intelligence, deeplearning
Pixellib
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
Stars: ✭ 327 (+128.67%)
Mutual labels:  artificial-intelligence, deeplearning
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+6132.17%)
Mutual labels:  artificial-intelligence, deeplearning
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+652.45%)
Mutual labels:  artificial-intelligence, deeplearning
Gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
Stars: ✭ 4,295 (+2903.5%)
Mutual labels:  artificial-intelligence, deeplearning
Auto ml
[UNMAINTAINED] Automated machine learning for analytics & production
Stars: ✭ 1,559 (+990.21%)
Mutual labels:  artificial-intelligence, deeplearning
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (+151.05%)
Mutual labels:  artificial-intelligence, deeplearning
Ffdl
Fabric for Deep Learning (FfDL, pronounced fiddle) is a Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes
Stars: ✭ 640 (+347.55%)
Mutual labels:  artificial-intelligence, deeplearning
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (+145.45%)
Mutual labels:  artificial-intelligence, deeplearning
Autodl
Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL [email protected]
Stars: ✭ 854 (+497.2%)
Mutual labels:  artificial-intelligence, deeplearning
Trankit
Trankit is a Light-Weight Transformer-based Python Toolkit for Multilingual Natural Language Processing
Stars: ✭ 311 (+117.48%)
Mutual labels:  artificial-intelligence, deeplearning
Vectorhub
Vector Hub - Library for easy discovery, and consumption of State-of-the-art models to turn data into vectors. (text2vec, image2vec, video2vec, graph2vec, bert, inception, etc)
Stars: ✭ 317 (+121.68%)
Mutual labels:  artificial-intelligence, deeplearning
Coursera Natural Language Processing Specialization
Programming assignments from all courses in the Coursera Natural Language Processing Specialization offered by deeplearning.ai.
Stars: ✭ 39 (-72.73%)
Mutual labels:  artificial-intelligence, deeplearning
Har Keras Cnn
Human Activity Recognition (HAR) with 1D Convolutional Neural Network in Python and Keras
Stars: ✭ 97 (-32.17%)
Mutual labels:  artificial-intelligence, deeplearning

Easy Real time gender age prediction from webcam video with Keras

This is complementary source code for my blog post.

Here is the demo

alt text

Dependencies

  • Python3.5
  • numpy 1.13.3+mkl
  • Keras 2.0.8+
  • TensorFlow 1.4.0
  • opencv 1.0.1+
  • opencv-python 3.3.0+contrib

Tested on:

  • Windows 10 with Tensorflow 1.4.0 GPU

install requirements

pip3 install -r requirements.txt

Run the demo

python realtime_demo.py

When you use it for the first time , weights are downloaded and stored in ./pretrained_models folder. Or you can download it directly from

https://github.com/Tony607/Keras_age_gender/releases/download/V1.0/weights.18-4.06.hdf5
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].