Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 518 Bytes

File metadata and controls

15 lines (10 loc) · 518 Bytes

PyFlaskApp

HOW TO OPERATIONALIZE PUBLISHED MODEL, SAMPLE PYTHON FLASK APPLICATION

This app shows how to load pre-trained model from azure blob storage, Initialize the flask app once with the model, and start serving callers with REST API. The related blog article can be found here.

Functionality in short:

  1. Read model file(s) from Azure Blob Storage
  2. Initialize the actual model once.
  3. Start flask app to serve REST API calls on http-connections.