Mechanical Turk 教程或操作指南
有人知道讨论集成 Amazon 的 Mechanical Turk 和 Rails 的教程/资源吗? (除了亚马逊已经提供的资源)
谢谢!
does anybody know of any tutorials/resources that discuss integrating Amazon's Mechanical Turk and Rails? (besides those resources that Amazon already provides)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以看看我的宝石 Turkee。 建立在 RTurk 之上,应该有助于简化外部表单的创建并将工作人员输入的数据导入回您的模型中。
You can take a look at my gem Turkee. Built on top of RTurk, should help streamline the creation of external forms and importing the worker entered data back into your models.
我已经更新了 RTurk 并继续开发,它应该适用于大多数工作。 这是我写的一个小教程 - http:// /squarepush.com/ps/2009/08/11/mechanical-turk-in-ruby/
我将在接下来的几天内做一个更特定于 Rails 的项目。
I've updated RTurk and continued development, it should work for most jobs. Here's a little tutorial I wrote up on it - http://squarepush.com/ps/2009/08/11/mechanical-turk-in-ruby/
I'll be doing a more rails specific one in the next few days.
RTurk 不完整,但看起来有希望。
RTurk is incomplete, but looks promising.