This repository provides a Web User Interface that makes it possible to use the ISAAC ML Service.
It provides the following functionalities:
- Training a new Model
- Predicting from an Existing Model
Open web_interface.html
in a web browser and make sure that the ISAAC ML service is running.
The input files for training must be in a specified TSV format.
The CSV input will then be converted to ShortAnswerInstances.
This feature has not yet been implemented but it might be handy to send ShortAnswerInstances directly.