Docker container running a flask web server for image classification using Scikit-Learn

I just returned from one of Microsoft’s Open Hack events in Toronto, where we coded alongside engineers from several other companies across the region. Link to the GitHub repository One of the challenges required that we’d be able to deploy a trained model to Azure, which would expose an HTTP endpoint. From there, we’d be…