Skip to content

SameepK/TruthTrace

Repository files navigation

TruthTrace

A machine learning project for detecting fake news using BERT (Bidirectional Encoder Representations from Transformers). TruthTrace analyzes news headlines and text to classify them as real or fake news with high accuracy.

Overview

TruthTrace leverages state-of-the-art natural language processing techniques to combat misinformation by automatically identifying fake news articles. The project uses BERT-base-uncased for fine-tuning on a labeled dataset of real and fake news articles.

Features

  • BERT-based Classification: Uses pre-trained BERT model fine-tuned for fake news detection
  • High Accuracy: Trained on a large dataset of real and fake news articles
  • Easy to Use: Simple Python interface for classifying news headlines
  • Preprocessing Pipeline: Complete data preprocessing and tokenization workflow
  • Model Training: Custom training scripts for fine-tuning BERT

Quick Start

Prerequisites

  • Python 3.7+
  • pip or conda package manager

Installation

  1. Clone the repository:
git clone https://github.com/SameepK/TruthTrace.git
cd TruthTrace

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages