How this works
A functional prototype app to demonstrate an AI-based recommendation engine. There are mainly 2 modules in this solution.
- App that trains an AI recommendation model using ML.NET and saves it.
- An app that loads that model and queries for product recommendations for a given UserId/CustomerId.