From 0ecc5f47659e5630fe2692df7fa594078e6284e4 Mon Sep 17 00:00:00 2001 From: Dharun kumar Date: Sat, 2 Nov 2024 15:51:29 +0100 Subject: [PATCH] Update README.md --- Machine_Learning/Fake news detection project/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine_Learning/Fake news detection project/README.md b/Machine_Learning/Fake news detection project/README.md index 9ddef7c957..215dbedd23 100644 --- a/Machine_Learning/Fake news detection project/README.md +++ b/Machine_Learning/Fake news detection project/README.md @@ -1,6 +1,6 @@ # Fake News Detection -This project is a machine learning model that detects fake news articles based on their content. It uses Natural Language Processing (NLP) and text classification techniques to classify news as either real or fake. +This project aims to create a machine learning model that detects fake news articles based on their content. It uses Natural Language Processing (NLP) and text classification techniques to classify news as either real or fake. ## Dataset The dataset used is the [Fake and Real News Dataset](https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset) from Kaggle.