Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Classify Images MachineLearning - Classify images with machine learning with the library ML.NET

Notifications You must be signed in to change notification settings

nhannt201/Classify_Images_MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classify Images Machine Learning

Classify Images Machine Learning

Introduction

How to use this form?

Instructions for using this form

Replace C:\Users\lenovo\Desktop\Scan\ to folder containing the images to your classification!
Replace C:\Users\lenovo\Desktop\Result\ to Result folder in the Guide folder

This sample identification:

  • People (ConNguoi)
  • Animals (DongVat)
  • Items (DoVat)
  • Flowers (Hoa)
  • Document (TaiLieu)
  • Nature (ThienNhien)
  • Food (ThucAn)

You must not rename in the Result folder, the classification may be corrupted!
You can Console.WriteLine Name of images with result.Prediction

Example of using this form:

First, the image will be loaded into the program:
  var input = new ModelInput ();
  input.ImageSource = <your_image_url>;
  // Load model and predict output of sample data
  ModelOutput result = ConsumeModel.Predict (input);
Finally, result.Prediction is the name of the image classified based on the above 7 neu characteristics.

Goodluck!

About

Classify Images MachineLearning - Classify images with machine learning with the library ML.NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages