Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinaPetr authored Nov 14, 2019
1 parent dbe2a38 commit a3972ee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions episode5/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@

# Episode 5: Intro to dialogue management with Rasa

---
## What's in this episode?

In this episode we:
- started looking into the dialogue management with Rasa
- covered the fundamentals of writing training stories for training the dialogue management models
- started writing some training stories for the medicare locator assistant

## What do you need to follow this episode?

This episode requires you to have Rasa installed on your machine:
```pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple```

In addition to this you need to install additional dependency to run Rasa on Jupyter
notebooks:
```pip install nest_asyncio```

0 comments on commit a3972ee

Please sign in to comment.