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.
- Code Explanation - Notebook explaining how it works
- Deploying to Azure Functions - Azure Functions setup
- Interact using a Telegram Bot - Packaging your function
To get started, ensure you have the following setup:
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.