Brandon209-Red-bot-Cogs/info.json

11 lines
314 B
JSON
Raw Normal View History

2019-01-20 13:34:03 +13:00
{
"AUTHOR" : "Brandon Silva",
"INSTALL_MSG" : "Thanks for installing my cog!",
"NAME" : "ScriptCog",
"SHORT" : "Generates text from keras model.",
"DESCRIPTION" : "Uses a keras model to generate text.",
"TAGS" : ["mlp"],
"REQUIREMENTS" : ["tensorflow", "keras"],
"HIDDEN" : false
}