Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 810 Bytes

File metadata and controls

10 lines (10 loc) · 810 Bytes

Fake-News-Detection-App-using-ML

A python app used for detecting fake news based on various machine learning algorithms. It provides 4 different outputs with different accuracies for the 4 different ML algorithms used in this project. The python modules used for this project are:

  • Pandas: Used for Data Manipulation and Analysis
  • Numpy: It is a python library used for working with arrays and has functions for working in domain of linear algebra, fourier transform, and matrices.
  • Seaborn: Used for data exploration and visualization
  • Matplotlib: It is a data visualization and graphical charting package.
  • sklearn (scikit-learn): It is a open source python library which contains simple and efficient tools for predictive data analysis.
  • re: Regular Expression
  • String