Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.55 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.55 KB

ShirtSimilarityTutorial

A step-by-step Tutorial on creating a Serverless Computer Vision Application. This was created for a presentation in Global AI Bootcamp Singapore 2019.

Slides are available here.

Tutorial Steps

  1. Code Explanation - Notebook explaining how it works
  2. Deploying to Azure Functions - Azure Functions setup
  3. Interact using a Telegram Bot - Packaging your function

Prerequisites

To get started, ensure you have the following setup:

  1. Azure Function Core Tools
  2. Visual Studio Code with Azure Functions Extension
  3. Python 3

Getting Started

Once you have installed the above, it is advisable to set up a virtual environment to install the required python packages from requirements.txt. Then, proceed to the first tutorial step.

Authors