Skip to content

Made this when I was experimenting with Azure back in 2017.

Notifications You must be signed in to change notification settings

xristospk/computervision-azuretoolkit

Repository files navigation

Working example: https://cloudanalytics-vision.azurewebsites.net/search

Azure AD Login is disabled to give you easy access. Since there is no user information saving images and browsing your gallery is not supported 🤓

This piece of software was crafted with the help of the Building Your Azure Skills Toolkit edx.org course of Microsoft.

image

Computer Vision integration with the Azure Toolkit ☁️💙😎

  • Full Azure Server Side Rendered SPA Web Application
  • Azure Active Directory Integration
  • Sign In with Apple/Google/Microsoft/Facebook/Instagram
  • User Integration in application
  • Bing Gallery Search
  • Analyze Bing Gallery search results with Computer Vision
  • Save personal pictures and corresponding analyzed results for logged in user

drawing

SPA Technologie Stack

(2017) State of the art Server Side SPA

  • ASP.NET Core
  • Entitiy Framework Core ** Code First
  • Angular 2 + Karma Test Runner
  • Server Side Rendering (aspnet-prerendering & @angular/platform-server)
  • Webpack (aspnet-webpack & @ngtools/webpack)
  • TypeScript & awesome-typescript-browser
  • Bootstrap
  • zone.js

Azure Toolkit in use

  • Azure AD
  • Azure App Service
  • Azure SQL DB
  • Azure Blob Storage
  • Azure Key Vault
  • Azure Bing (Gallery) Search
  • Azure Cognitive Services ** Computer Vision

drawing