batra-mlp-lab / visdial-amt-chat

[CVPR 2017] AMT chat interface code used to collect the Visual Dialog dataset

Home Page:http://visualdialog.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hit URL

josharnoldjosh opened this issue · comments

url = "https://ENTER_HIT_URL/" # TODO

For the hit url in createHits.py, what would be recommended to do? Should I buy a domain and SSL and set the server up so it's not being run from the local host? Or is it possible to do everything from the local host and just supply http://127.0.0.1:5000 as the hit URL?

Yeah, all external HITs must be hosted on a domain with SSL. You can't launch HITs on Mechanical Turk with the node server running on localhost.