Markov Chain Playground is for experimenting markov chain. It is a web-based application where the use will be able to train a model a predict words. And the user will also be able to generate random text.
- GNU/Linux
- MacOS
- Windows (experimental)
- C++ compatible compiler (gcc/clang)
- make
- cmake
- Boost
- cpprestsdk
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug ..
$ make
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
$ ./build/markovplay <input file>
Listening on http://127.0.0.1:34568/
Waiting for incoming connections...
