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

https://github.com/donnc/py-jawce-chatbot

Python ChatBot using JAWCE Engine
https://github.com/donnc/py-jawce-chatbot

chatbot engine fastapi jawce python

Last synced: about 1 month ago
JSON representation

Python ChatBot using JAWCE Engine

Awesome Lists containing this project

README

          

# JAWCE Python ChatBot

A python chatbot making use of [**JAWCE**]((https://docs.page/donnc/jawce)) engine

A starting basic template to demonstrate JAWCE working with any other language

## Getting Started

Clone the repository and install dependencies

```bash
$ pip install -r requirements.txt
```

Make sure you have setup the JAWCE engine as [documented here](https://docs.page/donnc/jawce)

Copy and paste the folders or the contains in `templates` and `triggers`
folder into the directory of the engine `../src/main/resources`
respective folders.

Assuming you have the engine up and running and properly set..

Start the python `main.py` file to start your core chatbot logic

```bash
$ python main.py
```

## Demo


Screen 1
Screen 2
Screen 3