In the frame of the Creative Turing Tests 2018 contest, organized by the Dartmouth College’s Neukom Institute for Computational Science, I submitted to the LyriX challenge an AI generative system able to create poems from a phrase. This repo holds the project's source code. For more info, you may read the text submitted as the project description.
Apollo is a Language Modeling system based on n-grams and Markov Chains. The modeling logic, training and generation, are encapsulated in a POCO C# class, it does not have any dependency on any external framework. For simplicity in the distribution of the executable file, the project was developed as a WPF solution, so you will need Visual Studio on Windows for executing it.
This project is released under the terms of the MIT License. See License for more information.