Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.
/ jebediah Public archive

A virtual assistant frontend for D-BAS written for Dialogflow

License

Notifications You must be signed in to change notification settings

hhucn/jebediah

Repository files navigation

Docker Build Status

Jebediah

Jebediah is a virtual assistant frontend for D-BAS.

The assistant is based on Googles Dialogflow for natural language processing and user intent recognition.

Services

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.

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

Build

To build a .jar file for this service, run:

lein ring uberjar

or just use docker!

docker build .

License

Copyright © 2018 Björn Ebbinghaus