https://github.com/juancarlosjr97/rivescript-tkinter-chatbot-poc
https://github.com/juancarlosjr97/rivescript-tkinter-chatbot-poc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juancarlosjr97/rivescript-tkinter-chatbot-poc
- Owner: juancarlosjr97
- Created: 2021-03-16T22:05:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T01:47:49.000Z (over 3 years ago)
- Last Synced: 2025-01-28T22:38:02.203Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot Rivescript Tkinter
This project is a fork from Hugo Chatbot using RiveScript and Tkinter
### Installation
```bash
ptyhon -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```#### Start
```bash
python chat.py
```