• This repository has been archived on 03/Aug/2023
  • Stars
    star
    407
  • Rank 106,183 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

eShopOnContainers with AI, ML and Bots features

eShopOnContainersAI

Definition and goals

This repo has a forked version of https://github.com/dotnet-architecture/eShopOnContainers which has been evolved by adding AI and ML features.

eShopOnContainers is a cloud-native application based on microservices architecture and Docker containers. eShopOnContainersAI is therefore a forked version of eShopOnContainers that is extended with AI features (Machine Learning and Deep Learning) plus a Bot client as a new client app which surfaces all the AI features along with the modified MVC web application.

Main AI/ML technologies used are:

  • ML.NET (Machine Learning .NET)
  • Azure Cognitive Services (Computer Vision)
  • TensorFlow / TensorFlowSharp
  • CNTK
  • Bot Framework

Here's a vision of the architecture where the grayed area is what is coming derived from https://github.com/dotnet-architecture/eShopOnContainers and the rest of the diagram is about the new added AI features.

image

(*) Note that the architecture diagram is currently missing the ML.NET microservice, but the ML.NET scenario is explained in the Wiki. This diagram will be updated soon.

The following diagram positions the multiple AI technologies per AI function and type:

image

You will learn how to use Pre-Built models (such as in Cognitive Services), Pre-Trained and Custom models to add AI and ML features into any application:

  • Regression Models: These models are the most well-known and used around any kind of scenarios. Although they are very simple (compared with other models like deep neural networks) they are still the most used around the world. In eShopOnContainersAI we will use regression models to predict future product demand, training the algorithm with the order history data.
  • Recommendation systems: One of the most used cases, recommend products from the basket, will be used as example of these models.
  • Natural Language Processing: Bots are the corner stone of current AI applications. You will learn how to create new solutions based in BOT framework, integrate bots in your current applications, or use L.U.I.S. to get information about user intents,
  • Computer Vision: These models gained much traction in current decade, and industry is investing large amount of resources in this field. Using different strategies, you will learn how to search for similar images, using Cognitive Services or deploying your own custom trained models.

See Wiki for how set it up and see the multiple scenarios: https://github.com/dotnet-architecture/eShopOnContainersAI/wiki

Sending feedback and pull requests

We'd appreciate your feedback, improvements and ideas. You can create new issues at the issues section, do pull requests and/or send emails to [email protected]

More Repositories

1

eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
C#
24,535
star
2

eShopOnWeb

Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
C#
10,161
star
3

eShopOnDapr

A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
C#
1,530
star
4

News

News on .NET Architecture Guidance, eShopOnContainers and all the reference apps in dotnet-architecture
1,104
star
5

eBooks

.NET Architecture e-Books
1,102
star
6

eShopModernizing

Modernizing existing .NET Framework, hypothetically legacy backoffice eShop web apps (traditional ASP.NET WebForms and MVC) with Windows Containers and Azure Cloud
JavaScript
920
star
7

eshop-mobile-client

eShop mobile & desktop client built with .NET MAUI
C#
534
star
8

eShopOnBlazor

Migration of a traditional ASP.NET Web Forms app to Blazor
JavaScript
503
star
9

HealthChecks

Experimental Health Checks for building services, such as with ASP.NET Core
C#
454
star
10

PerformanceMonitor

.NET Core Application Performance Monitor
C#
236
star
11

eShopOnAzure

Azure version of the eShopOnContainers, with implementations based on Azure services.
C#
223
star
12

eShopOnUWP

Universal Windows Platform line of business application showcasing the latest Windows 10 capabilities such as Fluent Design System, Ink and Windows Hello.
C#
162
star
13

Messaging

.NET Core Application blocks for message-based communication
158
star
14

grpc-for-wcf-developers

gRPC for WCF Developers guidance samples
C#
135
star
15

MNISTTensorCNTK

C#
118
star
16

RecommendationEngine

Recommendation Engine using Azure ML Studio to recommend related movies.
C#
101
star
17

explore-docker

C#
8
star
18

.github

3
star