FakeNewsDetectionSpacy icon indicating copy to clipboard operation
FakeNewsDetectionSpacy copied to clipboard

A Customized Fake News Detection System Built Using Streamlit With SpaCy NLP Pipeline. The Web App Contains Frontend, Backend and Database Integration. Features: Detect Fake News For COVID and Afghani...

FakeNewsDetectionSpacy

A Customized Fake News Detection System Built Using Streamlit With SpaCy NLP Pipeline. The Web App Contains Frontend, Backend and Database Integration.

Features: Detect Fake News For COVID and Afghanistan Crisis, Sign In/ Log In, View History, Get Sentiment Of The News Article\

To enable 'View history':
i) Download and launch 'XAMPP' server.
ii) In the XAMPP control panel- Start 'Apache' and 'MySQL'.
iii) Place the project folder in XAMPP/htdocs, launch through index in the search bar of web browser.
iv) Through the search bar, open phpMyAdmin home page.
v) Create new database titled 'mydatabase' and create 3 tables and their columns:
* current: username and number(numeric)
* customer: username and password1
* users: text , class and username