You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fox-V3/chatter/info.json

27 lines
932 B

{
7 years ago
"author": [
"Bobloy"
],
"min_bot_version": "3.4.6",
"description": "Create an offline chatbot that talks like your average member using Machine Learning. See setup instructions at https://github.com/bobloy/Fox-V3/tree/master/chatter",
7 years ago
"hidden": false,
"install_msg": "Thank you for installing Chatter! Please make sure you check the install instructions at https://github.com/bobloy/Fox-V3/blob/master/chatter/README.md\nAfter that, get started ith `[p]load chatter` and `[p]help Chatter`",
7 years ago
"requirements": [
"git+git://github.com/bobloy/ChatterBot@fox#egg=ChatterBot",
"kaggle"
7 years ago
],
"short": "Local Chatbot run on machine learning",
"end_user_data_statement": "This cog only stores anonymous conversations data; no End User Data is stored.",
7 years ago
"tags": [
"chat",
"chatbot",
"chatterbot",
7 years ago
"cleverbot",
"clever",
"machinelearning",
"nlp",
"language",
7 years ago
"bobloy"
]
}