AI Greentext Generator
AI Greentext Generator
AI Greentext Generator
Chains
August 2nd 2018
TWEET THIS
02sh/4chanMarkovText
4chanMarkovText - Text Generation using Markov Chains feeded by 4chan
APIsgithub.com
Based on our goal of creating the worst AI chatbot, 4chan is the perfect
candidate to generate our Datasets from.
Like reddit, 4chan is divided into various boards with their own specific
content and community of users. As a result, each dataset will be
generated using only one board as Input :
In 2012, the 4chan team released a set of APIs to facilitate the work of
developers when scrapping the site. As shown above, I use it to retrieve
all the posts from the first 5 page of the corresponding board (passed as
a parameter). After cleaning (parser function) the data, I finish by
writing the results into a file (ex : ./data/fit.txt).
Markov Chain Text Generator
Example of a Markov chain representing the link between activities and the
weather conditions
Results (NSFW)
Considering the nature of the content, this is not safe for work:
What’s next ?
This is just the first part of the project, a lot more can be done :