项目作者: sharangw

项目描述 :
Flask Application with Tensorflow backend
高级语言: Jupyter Notebook
项目地址: git://github.com/sharangw/FakeNewsGenerator.git
创建时间: 2020-03-11T15:00:39Z
项目社区:https://github.com/sharangw/FakeNewsGenerator

开源协议:

下载


FakeNewsGenerator

In this project, we explored how to generate text using a character-based RNN.

We got our news data from https://www.kaggle.com/snapcrack/all-the-news, which includes 142,570 news articles.

We were able to use an RNN model with multiple GRU layers to create a model that generates fake news given some phrase of words.

The Flask web app is built on top of the model and is hosted on: https://fakenews-cc.appspot.com/

You can read more details about this project here: