我正在寻找可以提交图像的服务/API,该服务将输出图像的描述符。例如:
输入:
输出:
{
"author": "Leonardo da Vinci",
"title": "Mona Lisa",
"published": "0000-00-00 00:00:00",
"descriptors": [
"woman",
"female",
"hands",
"face",
"portrait",
"Lisa Gherardini",
]
}
这样的事情存在吗?关于如何实现这一点的任何创意?