To install all required packages
pip3 install -r requirements.txt
To run it just invoke a command
python3 server/server.py
To run it just invoke a command
python3 client/clent.py [-c <task_type> <data> [-b]][-s <task_id>][-r <task_id>]
-c : create task with task_type and data -b : batch mode (only for creation) will create task, wait and return result -s : return task status -r : return task result
MIT