🤖 OBA Chatbot @ robat.rijks.website 🤖
Robat is a chatbot which can help you with ~all~ ~most~ some of your questions regarding Amsterdam Public Library (OBA).
Robat is a web-based chatbot which (from any device) can answer questions about the Amsterdam Public Library.
Please note: the whole UI is in dutch 🇳🇱
Some questions you can ask/tell Robat:
To view a full in-depth report of this project you can view the GitBook of this project.
node
installed on your machine.Clone this repo
$ https://github.com/rijkvanzanten/robat.git
Run npm install
to install all dependencies.
After the installation, the application should automagically build the client-side assets. If this for some reason failed run npm run build
.
You will need a .env
file in the root of your project which contains a (server) Wit AI key and a public/secret keypair for the OBA API:
WIT_KEY=1234567890
OBA_PUBLIC=1234567890
OBA_SECRET=1234567890
npm start
.npm run dev
.npm test
.To see all upcoming todo's and features please navigate to the issues page of this repo.
Please read Contributing for details on how to contribute to this project. To see a list of everybody who participated go to the Contributors page.
When you do, please also view the Code of Conduct for this project.
Rijk van Zanten | Giulia Meerman | Danny de Vries | Mirza van Meerwijk | Pierre Bleeker |
This project is licensed under the MIT License