Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephrexme/sia
AI Chatbot
https://github.com/josephrexme/sia
ai chatbot machine-learning nlp
Last synced: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T07:25:37.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T11:43:40.554Z (3 months 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
[![Build Status](https://travis-ci.org/josephrexme/sia.svg?branch=master)](https://travis-ci.org/josephrexme/sia)
[![Coverage Status](https://coveralls.io/repos/github/josephrexme/sia/badge.svg?branch=master)](https://coveralls.io/github/josephrexme/sia?branch=master)
[![bitHound Code](https://www.bithound.io/github/josephrexme/sia/badges/code.svg)](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.![conversation with](https://cdn.rawgit.com/josephrexme/sia/7aaa9f8b/data/conversation.jpg)
## 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 RexSee [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