This Program is a tool that intends to help heach and everyone to classify better the old picture most of us tend to have on our computer our clouds and that we haven't watch for year because they are not ordered.


This Program should use the m15.imageClassifier neural network function to classify images


Program Description

You can use neural networks to recognize the content of images. ml5.imageClassifier() is a method to create an object that classifies an image using a pre-trained model. It should be noted that the pre-trained model provided by the example below was trained on a database of approximately 15 million images (ImageNet). The ml5 library accesses this model from the cloud. What the algorithm labels an image is entirely dependent on that training data -- what is included, excluded, and how those images are labeled (or mislabeled). Train your own image classification model with Teachable Machine: If you'd like to train your own custom image classification model, try Google's Teachable Machine.

Tutorial: Image Classification with MobileNet via CodingTrain