Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 627 Bytes

Chatbot-Caetennia

Chatbot project ICLON - OU - Rijksmuseum van Oudheden

This repository contains code to interact with a chatbot that was developed for the Rijksmuseum van Oudheden in Leiden.

Scripts

chatbot.py --> Generates a dialogue with the chatbot.

json-formatting.py --> Converts csv-file into json-format, which the chatbot takes as input.

Folders

data --> This folder contains two files:

  • "LitOnderzoek.csv": a database of questions and answers, categorized by topic.
  • "QandAdata.json": the same content as the file above, but converted into JSON format using the script json-formatting.py.