Visualize Markov chain transition graphs with interactive pan and zoom. Select a pre-seeded graph from the dropdown below to explore word transitions.
Select a graph to visualize
Use the Python script in scripts/markov_to_graph.py to convert your Markov babbler dictionaries:
python scripts/markov_to_graph.py your_markov.pkl output.json
Then place the JSON file in static/data/graphs/ and add it to the dropdown.