The Fake News Detector, is a natural language processing web application. Two classification algorithms were used: Logistic Regression & SVM. In the end, you get to choose which of those two algorithms you want your prediction to be based on.
The app was created using:
- Frontend: HTML & CSS
- Backend: Flask
How to use it:
The way to use it, is very simple:
- Execute
python web.py
- On a browser, insert the address shown on the terminal:
http://XXX.XXX.X.X:5000
orhttp://localhost:5000