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: 7 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 (over 2 years ago)
- Last Synced: 2024-10-29T17:11:51.636Z (4 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)
- awesome-ChatGPT-repositories - ai-chatbot-framework - A python chatbot framework with Natural Language Understanding and Artificial Intelligence. (Chatbots)
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/evaluate-backend.yml/badge.svg)](https://github.com/alfredfrancis/ai-chatbot-framework/actions/workflows/evaluate-backend.yml) [![Build Status](https://github.com/alfredfrancis/ai-chatbot-framework/actions/workflows/evaluate-frontend.yml/badge.svg)](https://github.com/alfredfrancis/ai-chatbot-framework/actions/workflows/evaluate-frontend.yml)
AI Chatbot Framework is an open-source, self-hosted, DIY Chatbot building platform 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.).You don’t need to be an expert at artificial intelligence to create an awesome chatbot that has AI capabilities. With this project you can create an AI powered chatbot in no time. Read the [documentation](docs/README.md) to get started.
![](docs/screenshots/admin_chat_screenshot.png)
## Features
- Fully Self-Hosted
- Low-Code, DIY Admin Dashboard for Bot Development
- Multi-turn Conversations
- API request fulfilment (Tool Calling)
- Persistent Memory & Context Management
- Advanced Natural Language Understanding (NLU)
- Spacy Word Embeddings
- Intent Recognition (ML)
- Entity Extraction (ML)
- Zero shot NLU using Large Language Models (LLMs)
- Knowledge Base & FAQ answering using RAG (in development)
- Conversation Logs
- Channel Integrations
- Web via REST API/Chat Snippet
- Facebook Messenger
- Slack (coming soon)
- WhatsApp via Twilio (coming soon)### Documentation
Check out our [documentation](docs/README.md) to get started.
### Tech Stack
- Python / FastAPI / Pydantic
- MongoDB / Motor
- React / NextJS
- scikit-learn / Tensorflow / Keras
- Spacy / python-crfsuite
- Docker / docker-compose / Kubernetes / Helm### Contributing
Want to contribute? Check out our [contribution guidelines](CONTRIBUTING.md).