Skip to content

Latest commit

 

History

History
247 lines (178 loc) · 9.3 KB

README.md

File metadata and controls

247 lines (178 loc) · 9.3 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Multimodal Fake News Detection on Twitter

Multimodal Fake News Detection on Twitter involves the use of advanced algorithms and machine learning techniques to identify false information by analyzing multiple types of data, including text, images, and user interactions. By leveraging the diverse features of tweets, such as linguistic patterns, visual content, and network behavior, this approach aims to improve the accuracy and reliability of detecting misleading or deceptive posts on the platform.
Explore the docs »

View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

Product Name Screen Shot

Multimodal Fake News Detection on Twitter involves utilizing various models to analyze different aspects of tweet posts, such as text, images, and metadata, to determine their authenticity. By evaluating the performance of multiple models individually, the most effective ones were selected and integrated into a unified system. This comprehensive approach enhances the accuracy of detecting fake news on Twitter by leveraging the strengths of each model to assess the legitimacy of tweet content.

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/priyasu-cx/Multimodal-FND-on-Twitter.git
  2. Install pip packages
    pip install -r requirements.txt
  3. Start streamlit app from Prototype folder
    streamlit run app.py

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Priyasu Guin - @priyasu_cx - [email protected]

Project Link: https://github.com/priyasu-cx/Multimodal-FND-on-Twitter

(back to top)