Jebediah is a virtual assistant frontend for D-BAS.
The assistant is based on Googles Dialogflow for natural language processing and user intent recognition.
Service | Description |
---|---|
jebediah | The logic behind the assistant |
eauth | Links 3rd-party user accounts to D-BAS accounts |
fb-hook | Connect a facebook page with dialogflow, used for authentication. |
You will need Leiningen 2.0.0 or above installed.
To start a web server for the application, run:
lein ring server
To build a .jar
file for this service, run:
lein ring uberjar
or just use docker!
docker build .
Copyright © 2018 Björn Ebbinghaus