winggo12 / Image-Classification-with-Tensorflow-JavaScript-Facescore-

A machine learning program / web tools that can recognize whether you are handsome (human) or not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tfjs-FaceScorePrototype

#Using Custom Model of Image Classifier in tensorflow js using web

A machine learning program / web tools that can recognize whether you are handsome (human) or not

  1. Download xampp alt text

  2. Put the following files into the htdocs folder of xampp alt text

  3. Open the console using F12 and The Tensor [[0, 0.0129821, 0.9870196],] shows the probability of three class [[Not Human, Ugly , Handsome],] , the number inside the blanket is howing the probability of each class alt text

4.In this project , we use Keras to develop a custom model by the following tutorial on pyimagesearch (His website is good for learning computer vision tech.) . To develop your custom model , feel free to go to the link below. If you are wondering the way to turn .model file to .h5 and then to .tflite, please search online.

https://www.pyimagesearch.com/2017/12/11/image-classification-with-keras-and-deep-learning/

alt text

About

A machine learning program / web tools that can recognize whether you are handsome (human) or not


Languages

Language:HTML 55.9%Language:JavaScript 44.1%