Multi Modal Fake News Detection

  • Tech Stack: Python, Tensorflow, keras
  • Github URL: Project Link

It performes binary classification for fake news detection

It Extract implicit and explicit features from both image and text using Bert and pretrained yolo model.

Applied multiheaded attention to effectively combine both image and text encodings and passed to a fully connected layer for classification.