Ines Arous, Jie Yang, Mourad Khayati, and Philippe Cudré-Mauroux. “OpenCrowd: A Human-AI Collaborative Approach for Finding Social Influencers via Open-Ended Answers Aggregation.” In Proceedings of the Web Conference (WWW 2020). Taipei, Taiwan, 2020.
This package requires python3. To install python3, please check the official python website https://www.python.org/downloads/
$ pip3 install pandas keras sklearn tensorflow
To run the example script provided (in the scripts folder), you need to grant the file execution permissions
$ chmod u+x simple_example.sh
You can use the script provided in scripts to apply OpenCrowd on a simple example:
cd scripts
./simple_example.sh
Please cite the following paper when using OpenCrowd:
@inproceedings{arous2020www,
title = {OpenCrowd: A Human-AI Collaborative Approach for Finding Social Influencers via Open-Ended Answers Aggregation},
author = {Arous, Ines and Yang, Jie and Khayati, Mourad and Cudr{\'e}-Mauroux, Philippe},
booktitle = {Proceedings of the Web Conference (WWW 2020)},
year = {2020},
address = {Taipei, Taiwan}
}