An Azure function runs in a Docker container that accepts HTTP request with mp3 blob string, decodes mp3 and predicts an accent score with the model .
{"blob": string}
{"status": "success", "score": string}
{"status": "failure", "reason": string}
General information of this Azure Function can be accessed from Home > Function App > accent-scoring
-
Open Azure Portal
-
Navigate to
Home > Storage Accounts > accentscoring > File shares -
Upload the model.pt file in the
model/directory