qcri-social / AIDR

Artificial Intelligence for Digital Response
http://aidr.qcri.org/
GNU Affero General Public License v3.0
98 stars 37 forks source link

aidr-trainer-pybossa settings #7

Closed ajgbangug closed 10 years ago

ajgbangug commented 10 years ago

Hi didn't really know where to put this so I decided to put it here. Just wanted to get a clarification on the settings because I wasn't really sure what those values were:

name: client name (by client, do you mean applications in clickers.micromappers.org?) hostURL: Pybossa api host url (is this the url of my deployment of AIDR?) hostAPIKey: Pybossa account api key description: client description (same question as for the 'name' field) queueSize: task pending size (can this value be retrieved from clickers.micromappers.org?) aidrHostURL : train API rest service url defaultTaskRunsPerTask : the numbers of user vote for a task (same question as for the 'queueSize' field)

Thanks!

jikimlucas commented 10 years ago

@ajgbangug this is your specific setting for your own pybossa server & trainer-api. First, you need to install pybossa server. please see the link : http://pybossa.com/

name: please create an account in AIDR with name "MicroMappers". Then, update your client name with "MicroMappers" hostURL: Pybossa api host url (is this the url of my deployment of AIDR?) hostAPIKey: Pybossa account api key description: client description (same question as for the 'name' field) queueSize: task pending size. It is task pushing size. aidrHostURL : train API rest service url defaultTaskRunsPerTask : the numbers of user vote for a task. it means how many time a task should be displayed to users.

ajgbangug commented 10 years ago

Hi @jikimlucas can we use clickers.micromappers.org as the PyBossa server?

jikimlucas commented 10 years ago

@ajgbangug unfortunately, we can't share clickers.micromappers.org server becuase of privacy issues in the system, server stability/capacity and other issues.

ajgbangug commented 10 years ago

ok got it. thanks!