pacifiquem / tchat

terminal based chat bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tchat

tchat is a terminal based chat bot that use nlp in order to respond to the prompted message.

Installation - Usage

  1. Download it by running: npm install -g terminal-chatbot remember sudo for linux users 😎
  2. To run it, hit: terminal-chatbot -p or terminal-chatbot --play
  3. If you enjoyed it consider to contiributing to it's models 😁

Contribute

Issues, Pull Request are welcomed on this package, also the only way to make this so precised is to contribute to it's models. Here are instructions:

    1. clone this repository
    2. install packages by running *yarn* command
    3. go into intents folder *cd intents*
    4. create a json file containing array of questions and answers as they are in *intents* folder check it.
    5. commit and the push
    6. open a pull request
    7. you're done. Thank you for helping us. 

license

This package is provided under mit license

About

terminal based chat bot

License:MIT License


Languages

Language:JavaScript 97.5%Language:Shell 2.5%