Skip to content

honghanhh/ez_chatbot

Repository files navigation

Ez Chatbot

This repository helps new learners to build an ez FAQ chatbot on Ubuntu 16.04 using RASA framework. Please check out installation on other operation systems, updates, tutorials, and tricks of RASA from here.

Environment

  • Install Anaconda from here.
  • Create and activate environment for chatbot
conda create -n chatbot python=3.6
conda activate chatbot

Quick installation

  • Create new Rasa chatbot project
rasa init --no-prompt

The command generated all needed files and train a simple sample data.

  • Train a model
rasa train
  • Test a model
rasa test
  • Interactive learning Interface: interface interface

About

Help newbie playing around with chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages