/TrueNews

Generate fake news articles with neural networks.

Primary LanguagePython

TrueNews - Generate New News Articles Using Recursive Neural Networks.

These are some python scripts for downloading news articles off the web via NewsScraper.py, converting them to a plaintext file with NewsParser.py, and feeding them into a recursive neural network using the textgenrnn module in generate.py.

For more info read comments in NewsScraper.py and NewsParser.py.

Libraries

This script uses the following libraries:

https://github.com/codelucas/newspaper

https://github.com/kurtmckee/feedparser

https://github.com/holwech/NewsScraper

https://www.tensorflow.org/

https://github.com/minimaxir/textgenrnn