Skip to content

happilyeverafter95/demo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-bot

Simple chatbot written in Python 3.7.

Local Dev Setup

  1. Install requirements.txt by running pip install -r requirements.txt
  2. Install Spacy models:
python3 -m spacy download en_core_web_md
python3 -m spacy link en_core_web_md en

To start the bot, run:

rasa run -m models --enable-api --cors "*" --debug & rasa run actions

This starts the server at http://localhost:5005

If you are deploying the bot to another platform (such as Facebook messenger), add --credentials credentials.yml after --debug and fill in the necessary credentials.

About

Simple chatbot created using Rasa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages