First, create an environment
conda create -n 02807 python=3.11
conda activate 02807
Now, install the requirements:
pip install -r requirements.txt
Go to this webpage and download the dataset. Create a folder namesd ./data/raw/FakeNewsNet
and copy all the downloaded files to this location.