A chat client serving as a gateway into the ultimate experience in financial advisory
A chat client serving as a gateway into the ultimate experience in financial advisory
Note: Both need to be running in order for the app to work.
install and configure api
$ git clone https://github.com/aarboleda1/Visor-Chat.git
$ cd ./Visor-Chat
$ cd ./chat-api
$ npm install
$ npm run compile
compile resources into lib/app.js$ npm run dev
start serverinstall and configure front-end client
$ cd ./chat-client
$ npm install
$ npm start
After some time researching and testing out other simple NLP platforms. I chose to use wit.ai for it’s community wide accepted practices and easy to use API. Based on what users want, and might typically ask, I would be able to program this bot to handle a wide breadth of questions and answers and also redirect messages to a company wide inbox.
- Simple commands such as hi, hello, greeting are all picked up
- Has a lot of potential to learn certain questions and commands, such as:
- When are taxes due?
- How do I obtain an 1099?
Frontend
Backend