Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 905 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 905 Bytes

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