Your own gospel in any accent of english
A markov-chain based chatbot that defaults to the king james bible.
To get started using god-bot, run the following script.
git clone [email protected]:AlexIsAUsername/god-bot.git
./god-bot.sh
Optionally a config file can be passed in
./god-bot.sh input/conf.json
The config file may look something like
{
"tts_language": "ru",
"chain_order": 3,
"debug_mode": true,
"source_text": "input/kjvc.txt"
}
option | description | constraints |
---|---|---|
tts_language | the accent of god bot | any language specified in language.py |
chain_order | the maximum context the markov chain will use | 1-4 is best, your results may vary |
debug_mode | print debug values to the console | true/false |
source_text | the information fed to god bot | a text file stripped of all punctuation except periods |