Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.62 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.62 KB

Reality Check 🗞️ - Web App

A fake news detection App

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.

Front-end

Before start using web app. Please make sure to have these applications installed.

Once done head over to the fake-news-frontend folder and run yarn start

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

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.

Back-end

Head over to the back-end to learn more ▶️

This project was bootstrapped with Create React App.