This code repository is for the Hey GUI chatbot prototype described in the ACM DIS 2021 paper: https://dl.acm.org/doi/10.1145/3461778.3462124.
The chatbot folder contains the NLP model and data for converting conversational speech or text input into actionable intents.
The interface folder contains the frontend for the chatbot application. Refer to the readme within this folder for usage instructions.
The recommender folder contains the engine that retrieves matching results from the Enrico dataset. Refer to the readme within this folder for usage instructions.