Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalebu/desktop-chatbot-app
A python knowledge-based chatbot application built with Tkinter
https://github.com/kalebu/desktop-chatbot-app
chatbot chatbot-application data-science nlp nlp-projects python-tanzania python3 tanzania
Last synced: 7 days ago
JSON representation
A python knowledge-based chatbot application built with Tkinter
- Host: GitHub
- URL: https://github.com/kalebu/desktop-chatbot-app
- Owner: Kalebu
- Created: 2020-05-16T10:14:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T10:12:45.000Z (over 3 years ago)
- Last Synced: 2024-11-02T08:11:42.646Z (14 days ago)
- Topics: chatbot, chatbot-application, data-science, nlp, nlp-projects, python-tanzania, python3, tanzania
- Language: Python
- Homepage: https://kalebujordan.dev/
- Size: 1.37 MB
- Stars: 21
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Knowledge based chatbot](https://kalebujordan.dev/)
This a cross-platform desktop app built with [tkinter] which simply acts like a dictionary chatbot, you can send it a message and it will return a response on what it thinks the message is by fetching it in a very large dictionary.
## Getting started
To get started with this app, you might have to clone or download the repository first;
```bash
git clone https://github.com/Kalebu/Desktop-chatbot-app
cd Desktop-chatbot-app
Desktop-chatbot-app->
```## Dependencies
For Window user, there is no extra dependencies to be installed however for those in Linux or Mac sometimes Python does not come with Tkinter installed so you might have to install it manually;
```bash
sudo apt-get install python3-tk
```## launching
Now once installed launch it by running as you would run a normal python script and the gui for chatbot will pop up;
```bash
python app.py
```### launched interface
Your interface for the chatbot app will probably look like shown below;
![chatbot application](iris.png)
## Issues
Are you facing any issue while trying to run the code, raise one and I will be looking forward to fix it as soon as I can.
## Contributions
have something to add that will improve this projects, whether a documentation or codebase just fork it.
## Credits
ALl the credits to [Kalebu](https://github.com/Kalebu/)
### Where to find me ?
- [Personal Blog](https://kalebujordan.dev/)
- [Telegram](https://t.me/kalebujordan)
- [LinkedIn](https://www.linkedin.com/in/kalebu-gwalugano/)
- [Twitter](https://twitter.com/j_kalebu)
- [Instagram](https://www.instagram.com/kalebu_jordan/)
- [Facebook](https://web.facebook.com/kalebu.jordan)
- isaackeinstein(at)gmail.com