Skip to content

It classifies news articles as fake or real, uses Logistic Regression Machine Learning Model to classify and Python Flask for connecting the backend with the frontend.

manav-chan/FakeNewsDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeNewsDetector

It classifies news articles as fake or real, uses Logistic Regression Machine Learning Model to classify and Python Flask for connecting the backend with the frontend.

How to use?

  • Create a Python virtual environment in the project directory and activate the environment.
python -m venv env
evn\Scripts\activate.bat
  • Install the dependencies using the following command
pip install -r requirements.txt
  • Start the local server using the following command
python main.py
  • Access the webapp through the URL http://127.0.0.1:5000
  • Test the app using the available sample news present in TestingNews.txt

GUI

Screenshot 2023-07-22 174106

About

It classifies news articles as fake or real, uses Logistic Regression Machine Learning Model to classify and Python Flask for connecting the backend with the frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published