This project aims to detect fake news on Twitter using Graph Neural Network (GNN) models. The models are built using PyTorch and PyG.
You can run the code either on Colab or by cloning the repository.
To run the code on Colab, click here
to open the notebook.
To clone the repository, run the following command in your terminal:
git clone https://github.com/Danial-sb/FakeNewsDetection
Then, navigate to the project directory and run the following command to start the program:
python run.py
You can change the arguments in your preferences, for example for changing the dataset, you can use the following command:
python run.py --dataset="politifact"