ChikkaUdayaSai / rasa_nlg

How to use a language model to automatically generate dialogues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repository contains code to accompany my How To Use Transformers To Automatically Generate Stories In Rasa blog post on Medium.

Prerequisites

  1. Docker
  2. VS Code

Usage

  1. Open this project in a container
  2. Train a model with rasa train
  3. Run the rasa server with make run-rasa-server
  4. Run the nlg server with make run-nlg-server
  5. Preview the bot_ui.html file to chat with the bot

About

How to use a language model to automatically generate dialogues


Languages

Language:Python 74.7%Language:Makefile 11.2%Language:Dockerfile 8.4%Language:HTML 5.7%