Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

01. Roadmap for eShopOnContainersAI (Artificial Intelligence features)

Cesar De la Torre edited this page Jan 10, 2018 · 6 revisions

Current features - v1.0 Alpha

  • Product recommendations based on Azure Machine Learning Studio models

  • Products search based on image recognition through multiple approaches:

    • Azure Cognitive Services (Easy/basic Computer Vision approach)
    • TensorFlow + TensorFlowSharp (Advanced Deep Learning approach)
      • Using a pre-trained model
      • Using a custom model to be trained with Azure ML Workbench (Vienna)
    • CNTK (Advanced Deep Learning approach)
      • Currently, the CNTK microservice needs to be deployed on Windows / Windows Container since CNTK still doesn't support .NET Core.
  • BOT as client app for eShopOnContainers

    • Surfacing AI features like product search based on image recognition
    • Language understanding (based on L.U.I.S.) to access eShop features like Order's status

vNext - v1.1

  • Internal Dashboard app with Orders Predictions based on a model trained with Azure ML Workbench (Vienna)
  • TBD