aryashah2k / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 'XXAMP' server.
ii) In the XXAMP control panel- Start 'Apache' and 'MySQL'.
iii) Place the project folder in XXAMP/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

About

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

License:MIT License


Languages

Language:Jupyter Notebook 64.2%Language:Python 25.5%Language:PHP 4.1%Language:HTML 3.7%Language:CSS 2.2%Language:Shell 0.3%Language:Procfile 0.1%