Migrating from TensorFlow to ML.NET

Introduction

Whatsuper is one of my personal projects. It’s an app which aggregates supermarket deals and discounts and displays them for the user. The user can search for specific products (by title) or filter them based on categories, e.g. show all products from categories Fruit and Meat. They can also receive notifications based on these filters, so when a new discount is added, they will receive a push notification.

Every night new entries are added and they need to be categorized in one of the mentioned categories.

Continue reading