Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 890 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 890 Bytes

Fake News Detection using GNN Models

This project aims to detect fake news on Twitter using Graph Neural Network (GNN) models. The models are built using PyTorch and PyG.

Getting Started

You can run the code either on Colab or by cloning the repository.

Running on Colab

To run the code on Colab, click here to open the notebook.

Cloning the Repository

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"