This project builds a Fake News Detection model using the ISOT Fake News Dataset.
It uses Natural Language Processing (NLP) and a Logistic Regression classifier to distinguish between real and fake news articles.
β Key Steps
- Data cleaning & preprocessing
- Text vectorization using TF-IDF
- Machine Learning model (Logistic Regression)
- Evaluation & testing with new examples
We used the ISOT Fake News Dataset from Kaggle.
Fake.csvβ Fake news articlesTrue.csvβ Real news articles
They were merged into a single dataset with a binary label (1 = Fake, 0 = Real).
1οΈβ£ Clone the repository
git clone https://github.com/your-username/fake-news-detector.git
cd fake-news-detector