← Back to Portfolio

Fake News Classifier

What It Does

This project implements a text classification pipeline to identify misinformation. By processing the text of news articles, the model calculates the probability of the content being legitimate or fabricated based on patterns learned from thousands of labelled examples.

Methodology

The system uses a combination of Natural Language Processing (NLP) techniques to transform raw text into numerical data that the machine learning model can understand:

Key Features

Stack & Requirements