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
- Host: GitHub
- URL: https://github.com/hsm207/rasa-viz-diet
- Owner: hsm207
- Created: 2022-05-27T16:40:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T16:48:05.000Z (over 3 years ago)
- Last Synced: 2025-03-04T09:43:26.699Z (9 months ago)
- Topics: chatbots, conversational-ai, deep-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.