Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredfrancis/ai-chatbot-framework
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
https://github.com/alfredfrancis/ai-chatbot-framework
ai ai-chatbot-framework chatbot chatbots conversation hacktoberfest natural-language nltk python sklearn
Last synced: 2 days ago
JSON representation
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
- Host: GitHub
- URL: https://github.com/alfredfrancis/ai-chatbot-framework
- Owner: alfredfrancis
- License: mit
- Created: 2016-12-16T19:10:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T12:15:20.000Z (about 2 years ago)
- Last Synced: 2024-10-29T17:11:51.636Z (3 months ago)
- Topics: ai, ai-chatbot-framework, chatbot, chatbots, conversation, hacktoberfest, natural-language, nltk, python, sklearn
- Language: Python
- Homepage:
- Size: 12.7 MB
- Stars: 1,969
- Watchers: 135
- Forks: 712
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-nlp-note - Chatbot API open source example
- awesome-text-ml - IKY - A python chatbot framework with Natural Language Understanding and Artificial Intelligence. (Frameworks and libraries / :snake: Python)
README
[![Join the chat at https://gitter.im/ai-chatbot-framework/Lobby](https://badges.gitter.im/ai-chatbot-framework/Lobby.svg)](https://gitter.im/ai-chatbot-framework/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://github.com/alfredfrancis/ai-chatbot-framework/actions/workflows/docker-build-push.yml/badge.svg)](https://github.com/alfredfrancis/ai-chatbot-framework/actions/workflows/docker-build-push.yml)
### An AI Chatbot framework built in Python
AI Chatbot Framework is an AI powered conversational dialog interface built in Python. With this tool, it’s easy to create Natural Language conversational scenarios with no coding efforts whatsoever. The smooth UI makes it effortless to create and train conversations to the bot. AI Chatbot Framework can live on any channel of your choice (such as Messenger, Slack etc.) by integrating it’s API with that platform.
You don’t need to be an expert at artificial intelligence to create an awesome chatbot that has AI capabilities. With this boilerplate project you can create an AI powered chatting machine in no time. Since this is a hobby project, there could be numerous bugs, so contributions through pull requests are welcome!
![](docs/screenshots/admin_chat_screenshot.png)
## Index
* [Installation](#installation)
* [Docker Compose](#using-docker-compose)
* [Helm](#using-helm)
* [Development](#development)
* [Tutorial](#tutorial)
* [Dependencies](#dependencies-documentations)### Installation
### Using docker-compose (recommended)
```sh
docker-compose up -d
```Open http://localhost:3000/
### Using Helm
```sh
helm dep update helm/ai-chatbot-frameworkhelm upgrade --install --create-namespace -n ai-chatbot-framework ai-chatbot-framework helm/ai-chatbot-framework
# port forward to local (optional)
kubectl port-forward --namespace=ai-chatbot-framework service/ingress-nginx-controller 8080:80
```Open http://localhost:8080/
## Development
### Start development server
```sh
docker-compose -f docker-compose.dev.yml up -d
```
Open http://localhost:3000/### Tutorial
Checkout this basic tutorial on youtube,
[![Coming Soon](https://www.wpcc.edu/wp-content/uploads/2021/04/YouTube-Stream-Coming-Soon.jpg)](https://www.youtube.com/watch?v=S1Fj7WinaBA)