I made a Dir en gray face classifier using TensorFlow --(1) Introduction

Introduction

――It is a basic plagiarism. Especially the source code is almost round pakuri. However, if it is left as it is, it will not work, so I have modified it. ――I have no basic knowledge of deep learning. Please note that I made it only with the desire to move it. ――The development period is about one week. --Python I don't know. This is my first time with TensorFlow. That is the level. --For Dir en gray, https://ja.wikipedia.org/wiki/DIR_EN_GREY Please study here. ――There is a little vague memory, so don't make a mistake. ――This is Qiita's first post. There are many things I don't understand.

Plagiarism

-Create AI to identify Zuckerberg's face by deep learning ① (Learning data preparation) --Qiita -Deep learning with TensorFlow to identify the face of an idol --Sugyan memo -Momokuro member face recognition by TensorFlow (Part 1) --Qiita

Description

If you learn the face of a member of Dir en gray and register an image of a person on the Web, it will detect which member's face is close to. This time, we are learning 3 people (Kyo, Kaoru, Shinya). By the way, if you put in the images of the people themselves, they will guess with a fairly high accuracy.

It depends on Kyo if it is the face of Sadao Abe. kyo.jpg

It depends on Kaoru if it is a beard face or an old man's face. kaoru.jpg

It depends on Shinya if it is a female face. shinya.jpg

Completed

FireShot Capture 26 - Dir en grey顔チェッカー - http___127.0.0.1_5000_post.png

Click here to see only the results

I made a Dir en gray face classifier using TensorFlow --- ⑬ Playing (final)

All page links

-I made a Dir en gray face classifier using TensorFlow --(1) Introduction -I made a face classifier for Dir en gray using TensorFlow-② Environment construction -I made a face classifier for Dir en gray using TensorFlow-③ Image collection -I made a face classifier for Dir en gray using TensorFlow-④ Face extraction -I made a face classifier for Dir en gray using TensorFlow-⑤ Learning data preparation -I made a Dir en gray face classifier using TensorFlow-⑥ Learning program -I made a face classifier for Dir en gray using TensorFlow-⑦ Learning model -I made a Dir en gray face classifier using TensorFlow --⑧ Learning execution -I made a Dir en gray face classifier using TensorFlow --⑨ Data visualization -I made a Dir en gray face classifier using TensorFlow --⑩ Face classification test -I made a face classifier for Dir en gray using TensorFlow-⑪ Web release preparation -I made a Dir en gray face classifier using TensorFlow --⑫ Web release -I made a Dir en gray face classifier using TensorFlow --⑬ Playing (final)

Recommended Posts

I made a Dir en gray face classifier using TensorFlow --(1) Introduction
I made a Dir en gray face classifier using TensorFlow-④ Face extraction
I made a Dir en gray face classifier using TensorFlow --⑩ Face classification test
I made a Dir en gray face classifier using TensorFlow --⑥ Learning program
I made a Dir en gray face classifier using TensorFlow --⑬ Playing (final)
I made a Dir en gray face classifier using TensorFlow --- ⑧ Learning execution
I made a Dir en gray face classifier using TensorFlow --⑫ Web release
I made a Dir en gray face classifier using TensorFlow --- ⑦ Learning model
I made a Dir en gray face classifier using TensorFlow --② Environment construction
I made a Dir en gray face classifier using TensorFlow --⑪ Web release preparation
I made a school festival introduction game using Ren’py
I made a VGG16 model using TensorFlow (on the way)
I made a Line-bot using Python!
Make a face recognizer using TensorFlow
Face detection using a cascade classifier
Beginner: I made a launcher using dictionary
I tried to make a ○ ✕ game using TensorFlow
〇✕ I made a game
I made a login / logout process using Python Bottle.
[Python] I made a classifier for irises [Machine learning]
I made a quick feed reader using feedparser in Python
I made a simple book application with python + Flask ~ Introduction ~
I tried hosting a TensorFlow deep learning model using TensorFlow Serving
I made a face diagnosis AI for a female professional golfer ③
I made a muscle training estimation app using Qore SDK
I made a Chatbot using LINE Messaging API and Python
[I tried using Pythonista 3] Introduction
A note about TensorFlow Introduction
I made a python text
I tried using magenta / TensorFlow
I made a discord bot
I made a game called Battle Ship using pygame and tkinter
I tried scoring a transvestite contest using Face ++'s Detect API
I made a poker game server chat-holdem using websocket with python
I made a Chatbot using LINE Messaging API and Python (2) ~ Server ~
[Kaggle] I made a collection of questions using the Titanic tutorial
I made a C ++ learning site
I made a CUI-based translation script (2)
I made a wikipedia gacha bot
I made a fortune with Python.
I made a CUI-based translation script
I made a daemon with Python
I tried to transform the face image using sparse_image_warp of TensorFlow Addons
I made an image discrimination (cifar10) model using a convolutional neural network.