An open API service indexing awesome lists of open source software.

https://github.com/hsm207/rasa-viz-diet

How to visualise what the DIET Classifier is doing
https://github.com/hsm207/rasa-viz-diet

chatbots conversational-ai deep-learning

Last synced: 4 months ago
JSON representation

How to visualise what the DIET Classifier is doing

Awesome Lists containing this project

README

          

# Introduction

This repository contains code to acompany my [How To Visually Inspect The Quality Of Your Chatbot's NLU Model](https://pub.towardsai.net/how-to-visually-inspect-the-quality-of-your-chatbots-nlu-model-cecc52a2b23b) blog post on Medium

# Usage

1. Open this repo inside a container defined by [Dockerfile](Dockerfile).

2. Run:

```
cd bots/moodbot
make run
make test
```

3. Run the [results.ipynb](viz/results.ipynb) notebook to view the results.