NNeuronix
Back to AI Projects
Intermediate

Fake News Detection using NLP

Text classification model that flags likely fake news articles

An NLP classification project that trains on labeled news articles to predict whether a given article is likely real or fake, with a simple check-an-article web interface.

What's included

  • Text vectorization and classification pipeline
  • Web interface to check any pasted article
  • Model comparison (Logistic Regression, Naive Bayes, etc.)
  • Accuracy and evaluation report
  • Full source code with comments

Tech stack

PythonNLTKScikit-learnFlask