Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 344 Bytes

File metadata and controls

14 lines (11 loc) · 344 Bytes

Fake News Detection Web App 📰🔍

A Flask-based web app that uses NLP and machine learning to detect fake news articles.

Features

  • Train with PassiveAggressiveClassifier
  • TF-IDF vectorization
  • Flask web UI
  • Real vs Fake news prediction

Run Locally

python model.py  # Train the model
python app.py    # Run the web app