Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 606 Bytes

Greek Fake News Detector

A web app that detects fake news written in the Greek language. You can either enter the URL of a news article, or paste the text directly (works better). This app was developed with the Streamlit and spaCy Python libraries. The NLP text classifier was trained on a custom dataset, with fake news that were collected from the Ellinika Hoaxes fact-checking website.

Towards Data Science Article:

How I Created a Fake News Detector with Python