- get the code ready
git clone https://github.com/njublockchain/gamblefi-role-identification && cd gamblefi-role-identification
- download and extract the dataset as the instruction
- ready the python env
conda create -n py39 python=3.9 && conda activate py39
3. install the dependenciespip install -r requirements.txt