Ever thought how we can find the fake articles/news that do get spread in the world of internet very easily?
Now thanks to the AI we can easily find the fake news and tell you which one is the true article. here is the link reality check
We are using Tensorflow model through which we will be finding out the fake news.
Before start using web app. Please make sure to have these applications installed.
- Node JS - v14.x.x LTS
- Yarn
- run this command to install:
npm install --global yarn
- run this command to install:
Once done head over to the fake-news-frontend
folder and run yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Head over to the back-end to learn more
This project was bootstrapped with Create React App.