Open ansonmiu0214 opened 3 years ago
Useful tutorials:
https://www.serverlessnotes.com/docs/leverage-cognitive-services-with-azure-functions https://tutorials.visualstudio.com/azure-functions-cognitive/intro
Default timeout for Azure functions is 5 min, which should be enough for our use case.
Probably cheaper and more sensible to load trained model to Azure Function and handle the accent scoring, instead of making a subsequent call to Cognitive Services.
Build a pipeline for the web app to talk to Azure:
Some things to discuss:
Useful links: