Deploy a Scheduled ML Pipeline in Azure with GitHub Integration
Amanda Costa Spolti
0
Reputation points
Hello,
I am completely new to Azure and I need to deploy my model to run on Azure. Basically I have a pipeline.py file that runs every step of my application and connects all the other .py files located in she src/ folder, which is basically the following:
- Read Image from Azure Blob Storage
- Load my model weights which is also in Blob
- Preprocess the image and read metadata
- Perform segmentation on each image
- Store the results in Azure PostGreSQL Database
This pipeline uses a deep learning model, I need to be able to scale up the resources if needed. It should run every day at a specific time. What would be the best option here? I also would like to connect to GitHub.
Thanks in advance.
Sign in to answer