Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 568 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 568 Bytes

FakeNewsClassifier-NLP

  1. Worked on this project with an aim to build a model which can detect fake news from various articles as accurately as possible over the US Elections Dataset which is available on Kaggle.

  2. Developed the Logistic Regression Machine Learning Model along with various NLP Techniques such as Stemming, Lemmatization, BagOfWords/CountVectorizer and TF-IDF.

  3. Achieved an accuracy of 98% with the Logistic Regression model on the test set.

  4. Developed the deployment pipeline and also deployed the model to the web with the help of flask.