https://github.com/josephrexme/sia
AI Chatbot
https://github.com/josephrexme/sia
ai chatbot machine-learning nlp
Last synced: 4 months ago
JSON representation
AI Chatbot
- Host: GitHub
- URL: https://github.com/josephrexme/sia
- Owner: josephrexme
- License: mit
- Created: 2017-08-01T04:08:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T07:25:37.000Z (about 5 years ago)
- Last Synced: 2025-03-02T02:04:53.360Z (over 1 year ago)
- Topics: ai, chatbot, machine-learning, nlp
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sia
[](https://travis-ci.org/josephrexme/sia)
[](https://coveralls.io/github/josephrexme/sia?branch=master)
[](https://www.bithound.io/github/josephrexme/sia)

Sia (Sentient Intelligent Android) is an AI bot for slack. Sia currently uses template based intelligence through [rivescript][1] along with NLP through [watson][6] and was made with [Node-Slack-SDK][2].
### Example conversation with Sia
This is just some of the features of Sia.

## Acknowledgement
Thanks to @genericallyloud for his guide on making rivescript asynchronous. I use [my own fork][7] of [rivescript-js][8] to get promise support. Although, it appears [there soon would be proper promise support][9] on the library, it wasn't available at the time of making sia and there'd be no Sia if I had to wait.
## LICENSE
Released under [MIT License][3], Copyright (c) 2017 Joseph Rex
See [LICENSE][4] for more information
[1]: https://www.rivescript.com
[2]: https://github.com/slackapi/node-slack-sdk
[3]: https://opensource.org/licenses/MIT
[4]: https://github.com/josephrexme/sia/blob/master/LICENSE
[5]: https://github.com/genericallyloud/rivescript-js
[6]: https://www.ibm.com/watson/
[7]: https://github.com/josephrexme/rivescript-promises
[8]: https://github.com/aichaos/rivescript-js/
[9]: https://github.com/aichaos/rivescript-js/pull/248