An open API service indexing awesome lists of open source software.

https://github.com/hsm207/conditional-stmt-bot

How to build a chatbot to parse conditional statements
https://github.com/hsm207/conditional-stmt-bot

chatbot naturallanguageprocessing

Last synced: about 1 year ago
JSON representation

How to build a chatbot to parse conditional statements

Awesome Lists containing this project

README

          

# Introduction

This repo contains code to accompany the [How To Build A Chatbot That Understands Contional Statements](https://pub.towardsai.net/how-to-build-a-chatbot-that-understands-conditional-statements-39ea5a840d5) blog post on Medium.

# Usage

1. Open this project in a container using VS Code
2. Run `make run-action-server` in a terminal
3. In another terminal, run `make run-bot`
4. Talk to the bot using the [chat widget](ui/bot_ui.html)