Make machine learning predictions with TensorFlow and Azure Functions

  • Train and export an image classifier that predicts whether a photo contains a dog or a cat using Azure Custom Vision Service
  • Use TensorFlow to apply the model to input images in a Python Azure Function
  • Create an HTTP API for predicting cat or dog
  • Consume the HTTP API from a web page

This is a sample application that you can use to follow along with the tutorial at Make machine learning predictions with TensorFlow and Azure Functions.

Screenshot

License

See LICENSE.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.