Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oren0e/fake-news

Using deep learning to train a model to distinguish between fake and real news
https://github.com/oren0e/fake-news

Last synced: 24 days ago
JSON representation

Using deep learning to train a model to distinguish between fake and real news

Awesome Lists containing this project

README

        

# Fake News Classifier
## Overview
This is an LSTM RNN model that classifies news stories as fake or not.
At this point, the answer is the probability of a given story to be fake.

The data for training this model is taken from: https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset

The app uses Flask as the backend service. Model is stored on S3.

## Usage
Go to https://fake-news-ap.herokuapp.com/
![https://fake-news-ap.herokuapp.com/](demo/fake_news_gif.gif)

## TODO
1. Improve logging