Skip to content

Repository files navigation

📰 Fake News Detection App

A lightweight and intelligent web application that detects whether a news article is Real or Fake, using a machine learning model trained on real-world data.

🚀 Features

  • Detects fake or real news based on article content or headlines
  • Displays clear results with confidence score
  • Streamlit-powered clean and responsive UI
  • Model trained using TF-IDF vectorizer and Logistic Regression

🛠️ Built With

  • Python
  • Scikit-learn
  • Streamlit
  • Joblib
  • Pandas