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
- Host: GitHub
- URL: https://github.com/hsm207/conditional-stmt-bot
- Owner: hsm207
- Created: 2021-11-28T20:40:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T21:27:27.000Z (about 3 years ago)
- Last Synced: 2025-03-25T10:03:06.305Z (over 1 year ago)
- Topics: chatbot, naturallanguageprocessing
- Language: Jupyter Notebook
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)