Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.5 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.5 KB

Travel Recommendations ChatBot

A simple contextual chatbot built with Rasa NLU and Rasa Core

You can interact with and train the travel recommendations bot here

This bot is a passion project and still in development. Any assistance, advice or recommendations would be welcomed

Usage

I run and develop both versions of this bot locally in docker

docker-compose up

run the docker-compose as is and you can chat with the bot at the localhost:5005/webhooks/rest/webhook (using postman or insomnia)

You can also download Rasa Open Source using pip

Additional resources that I used to learn

Building a simple chatbot in python with NLTK

Make a Chatbot with Chatterbot

Building Chatbots in Python Data Camp course

Rasa Docs

Rasa Masterclass Video Series and E-Book

Bot Society for conversation design

5 levels of conversational AI