yokawasa / azure-functions-python-samples

Azure Functions Python Sample Codes. NOTE: The project, hosted in a repository, is no longer actively maintained by its creators or contributors. There won't be any further updates, bug fixes, or support from the original developers in the project.
MIT License
392 stars 181 forks source link

Added sample for inference using ONNX model #40

Closed snobu closed 4 years ago

snobu commented 4 years ago

This new function demonstrates running an inference using an ONNX model (style transfer).

yokawasa commented 4 years ago

@snobu thank you for the PR. I'll review shortly!