Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacifiquem/tchat
terminal based chat bot
https://github.com/pacifiquem/tchat
Last synced: 13 days ago
JSON representation
terminal based chat bot
- Host: GitHub
- URL: https://github.com/pacifiquem/tchat
- Owner: pacifiquem
- License: mit
- Created: 2023-09-14T11:39:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T12:06:04.000Z (about 1 year ago)
- Last Synced: 2024-09-21T16:48:24.283Z (about 2 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```md
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.
```
# licenseThis package is provided under *mit license*