/TradingCardClassifier

My first attempt at configuring, training, and implementing a machine learning model using ML.NET.

Primary LanguageC#

TradingCardClassifier

My first attempt at configuring, training, and implementing a machine learning model using ML.NET.

This model is currently trained on 4 kinds of unique trading cards - Pokemon, Pokemon (energy), Pokemon (trainer), and Magic. I plan to train it on other kinds of trading cards in the future.

I integrated the model into a web application so a user can upload an image from their computer. The image is then copied to the Memory Stream and converted to a byte array. The byte array is passed to the prediction engine, and the prediction result (PredictedLabel) is then shown on screen as well as the image that was uploaded.

Here are some example photos with the predictions at the top:

pokemon energy pokemon trainer pokemon magic