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
- Host: GitHub
- URL: https://github.com/donnc/py-jawce-chatbot
- Owner: DonnC
- Created: 2024-05-15T14:39:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:56:16.000Z (about 2 years ago)
- Last Synced: 2025-10-04T19:00:10.524Z (9 months ago)
- Topics: chatbot, engine, fastapi, jawce, python
- Language: Python
- Homepage: https://docs.page/donnc/jawce
- Size: 1.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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