Skip to content

eisemsi2/fake_news_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake News Detection System

Requirements

  • Node Version >= 18.0.0
  • Python3 and Pip3
  • An Operating System based on UNIX based file system (Linux/Mac) (Should Work on Windows, but didn't have the chance to test)

How to Build this Web App

  • Clone this Repository
  • Change the current working directory to this repository's root
  • Type the command
python3 make.py

This Command will install all the python and node dependencies and build the frontend codes and create the models used for prediction.

How to Run this Web App

  • Change the directory to backend
  • Type the command
npm start
  • Create a new terminal instance
  • Type the command
npm start

Voilla the web app is now running at LocalHost Port 3000

Read More at the README.md in the backend folder