Skip to content

AlexIsAUsername/god-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

God Bot

God Bot Logo

God Bot

Your own gospel in any accent of english

What is god bot?

A markov-chain based chatbot that defaults to the king james bible.

Examples

YouTube

Getting started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published