亚马逊 Mechanical Turk API。从 PHP 创建 HIT 的示例

发布于 2024-09-07 04:16:28 字数 108 浏览 2 评论 0原文

我需要使用 PHP 中的 Amazon Mechanical Turk API 创建 HIT。官方文档中没有示例,也没有 PHP 库或 SDK。有谁知道该怎么做?感谢任何类型的帮助,PHP 示例会很棒。

I need to create a HIT using the Amazon Mechanical Turk API from PHP. There's no examples at the official documentation and no PHP librearies or SDK. Does anyone know how to do this? any kind of help is appreciated, a PHP example will be great.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

演多会厌 2024-09-14 04:16:28

这是一个老问题了,但是如果其他人通过 Google 搜索找到它(就像我一样),这里是 Turk 的另一个 PHP 库。我还没有尝试过,YMMV:

https://github.com/jackbot/PHP-机械土耳其人

This is an old question by now, but in case others find it via Google search (as I did), here is another PHP library for Turk. I haven't tried it yet, and YMMV:

https://github.com/jackbot/PHP-Mechanical-Turk

暖树树初阳… 2024-09-14 04:16:28

斯坦福大学的 CS50 课程产生了 Turk50,它“支持 Mechanical Turk 的整个 API”,本质上是 AMT 的包装器SOAP 接口,

Turk50 是一个 PHP 库,可让您“更轻松地利用 Amazon Mechanical Turk 构建解决方案”。尽管存在针对 PHP 的 SDK...您可能会发现 Turk50 的学习曲线较低。

Stanford's CS50 course produces Turk50, it "supports the entirety of Mechanical Turk's API" and is essentially a wrapper for AMT's SOAP interface,

Turk50 is a PHP library that makes it "easier for you to build solutions leveraging Amazon Mechanical Turk". Although an SDK exists for PHP ... odds are you'll find Turk50's learning curve lower.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文