Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 854 Bytes

File metadata and controls

37 lines (21 loc) · 854 Bytes

{{cookiecutter.bot_name}}

{{cookiecutter.bot_description}}

This bot has been created using RASA, it shows how to create a simple bot that accepts input from the user and echoes it back.

Prerequisites

This sample requires prerequisites in order to run.

Install Python 3.6

Running the sample

Install Cookie Cutter

Run pip install cookiecutter

Get Sample

Run cookiecutter https://github.com/ConversationalComponents/cookiecutter-RASA-CoCo.git

Install Requirements

Run pip install -r requirements.txt to install all dependencies

Train RASA Model

Run rasa train

Testing the bot using RASA shell

  • Run rasa shell
  • Talk with the bot.

Further reading