如何使用 Python 连接到基于 Web 的预测端点

问题描述

以下网页提供了使用 c# 使用预测端点的示例代码

https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/use-prediction-api

Can I keep only bin and lib folders?

如何使用 Python 代码来完成?

非常感谢

解决方法

Python 也有类似的文档:

  • 对于分类项目here
  • 对于物体检测项目 here

查看页面中的语言选择器: example