A Customized Fake News Detection System Built Using Streamlit With SpaCy NLP Pipeline. The Web App Contains Frontend, Backend, and Database Integration.
- Detect Fake News for COVID and Afghanistan Crisis
- Sign In / Log In
- View History
- Get Sentiment of the News Article
-
Download and launch XAMPP server.
-
In the XAMPP control panel, start Apache and MySQL.
-
Place the project folder in
XAMPP/htdocs, then launch it vialocalhostin your browser. -
In the browser, open phpMyAdmin.
-
Create a new database titled
mydatabase, and inside it, create 3 tables with these columns:- current:
username,number(numeric) - customer:
username,password1 - users:
text,class,username
- current:
Happy Coding!