Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published