Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.04 KB

Hey GUI (Conversations with GUIs)

By Kashyap Todi, Luis Leiva, Daniel Buschek, Pin Tian, Antti Oulasvirta

In Proceedings of the 2021 ACM Designing Interactive Systems Conference (DIS '21)

Copyright (c) 2021 Aalto University. All rights reserved.

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.

Chatbot

The chatbot folder contains the NLP model and data for converting conversational speech or text input into actionable intents.

Interface

The interface folder contains the frontend for the chatbot application. Refer to the readme within this folder for usage instructions.

Recommender

The recommender folder contains the engine that retrieves matching results from the Enrico dataset. Refer to the readme within this folder for usage instructions.