News search engine with fake news detection implemented in Python using micro web framework Flask.
Note: it may take a few seconds to deploy
- Web crawling: app can download and validate all articles from the given domains
- Article indexing: bag-of-words, inverse document frequency, SVD and low rank approximation
- Fake news detection: articles are classified using my Fake news detector python package
Frontend:
- Bootstrap
- JS, jQuery
Backend:
- Python
- Flask
- Template engine: Jinja