Skip to content

Danial-sb/FakeNewsDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Fake news detection on Twitter using GNN models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published