Plutov Bot Save

Python Bot using RASA for NLP

Project README

Overview

Bot using RASA NLU to answer different questions. Using Wolfram Alpha to get answers. Using Wikipedia as failover.

bot.png

Article in my blog describing how it works.

Run it with Docker

docker build -t bot . && docker run -e SLACK_TOKEN=<token> -e WOLFRAM_APP_ID=<app_id> bot

Run with Python 3

Install dependencies from Dockerfile and run:

SLACK_TOKEN=<token> WOLFRAM_APP_ID=<app_id> python3 bot.py

RASA

Create initial intentions - https://rasahq.github.io/rasa-nlu-trainer/. During the Bot start we run training process based on rasa-data.json intentions. Later we work with messages we can parse, also Bot stores all unparsed messages so we can check them later.

Open Source Agenda is not affiliated with "Plutov Bot" Project. README Source: plutov/bot
Stars
27
Open Issues
0
Last Commit
6 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating