This Fake_News_Dectection program detects that the news is fake or real.
GET https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset
It classifies the news on the basis of 4 methods
- Logistic Regression
- Decision Tree classification
- Gradient Booster classifier
- Random Forest classifier
then, I tested the model by manual testing
\my accuracy was around 99%.
To deploy this project run
npm run deploy
Install my-project with npm
npm install my-project
cd my-project
Output:- ![(https://i.postimg.cc/3rD8w05S/Screenshot-2022-08-23-004913.png)]