Launcher experiment helper

Jérôme BUISINE df95e1299e Last version of webapp and add of docker instance il y a 4 ans
launcher a1aefe8097 Add of django app il y a 4 ans
links df95e1299e Last version of webapp and add of docker instance il y a 4 ans
static df95e1299e Last version of webapp and add of docker instance il y a 4 ans
.gitignore df95e1299e Last version of webapp and add of docker instance il y a 4 ans
Dockerfile df95e1299e Last version of webapp and add of docker instance il y a 4 ans
LICENSE b1b01440e6 Initial commit il y a 4 ans
Makefile df95e1299e Last version of webapp and add of docker instance il y a 4 ans
README.md df95e1299e Last version of webapp and add of docker instance il y a 4 ans
docker-compose.yml df95e1299e Last version of webapp and add of docker instance il y a 4 ans
manage.py a1aefe8097 Add of django app il y a 4 ans
requirements.txt a1aefe8097 Add of django app il y a 4 ans

README.md

SIN3D-launcher

Description

Project for generating users links in order to launch SIN3D application quickly during experiment.

Requirements

pip install -r requirements.txt

How to use ?

Generate user links (file saved into data folder):

python links/generate/generate_experiment_link.py --experiment AreSameImagesRandom --experimentId expe1 --scenes Appart1opt02,Bureau1,Cendrier --output expe1.csv

Generate experiment links for each user (file saved into expe folder):

python links/generate/generate_experiment.py --data data/expe1.csv --scenes 2 --users 150 --userId 1 --output expe1_user_links.csv

The final file is generated and contains data just as follow:

link1;link2;...;linkN
...
link2;link3;...;linkN

Launch WebApp

python manage.py migrate
python manage.py runserver

Licence

The MIT license