All Projects → airyhq → airy

airyhq / airy

Licence: Apache-2.0 license
💬 Open source conversational platform to power conversations with an open source Live Chat, Messengers like Facebook Messenger, WhatsApp and more - 💎 UI from Inbox to dashboards - 🤖 Integrations to Conversational AI / NLP tools and standard enterprise software - ⚡ APIs, WebSocket, Webhook - 🔧 Create any conversational experience

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
Starlark
911 projects
SCSS
7915 projects
go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to airy

Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+4321.07%)
Mutual labels:  bots, bot-framework, nlu, spacy, mitie, chatbots, conversational-agents, conversational-bots, chatbots-framework, conversational-ai, conversation-driven-development
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+3072.58%)
Mutual labels:  bots, bot-framework, nlu, conversational-ui, chatbots, conversational-ai
Botonic
Build chatbots and conversational experiences using React
Stars: ✭ 144 (-51.84%)
Mutual labels:  bots, bot-framework, nlu, conversational-ui, chatbots
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-93.65%)
Mutual labels:  bots, bot-framework, nlu, chatbots, chatbots-framework
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+669.9%)
Mutual labels:  bots, bot-framework, conversational-agents, conversational-bots, conversational-ai
Wisty.js
🧚‍♀️ Chatbot library turning conversations into actions, locally, in the browser.
Stars: ✭ 24 (-91.97%)
Mutual labels:  bot-framework, nlu, chatbots, conversational-agents, conversational-ai
alter-nlu
Natural language understanding library for chatbots with intent recognition and entity extraction.
Stars: ✭ 45 (-84.95%)
Mutual labels:  bot-framework, nlu, spacy, conversational-ai
musicologist
Music advice from a conversational interface powered by Algolia
Stars: ✭ 19 (-93.65%)
Mutual labels:  conversational-ui, conversational, conversational-agents, conversational-bots
virtual-assistant
Virtual Assistant
Stars: ✭ 67 (-77.59%)
Mutual labels:  nlu, chatbots, conversational-agents, conversational-bots
Hutoma-Conversational-AI-Platform
Hu:toma AI is an open source stack designed to help you create compelling conversational interfaces with little effort and above industry accuracy
Stars: ✭ 35 (-88.29%)
Mutual labels:  bots, bot-framework, conversational-bots, conversational-ai
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+857.86%)
Mutual labels:  bots, bot-framework, chatbots
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (-93.98%)
Mutual labels:  bots, bot-framework, chatbots
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (-89.63%)
Mutual labels:  bots, bot-framework, chatbots
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+37.12%)
Mutual labels:  bots, bot-framework, chatbots
nlp-dialogue
A full-process dialogue system that can be deployed online
Stars: ✭ 69 (-76.92%)
Mutual labels:  bots, nlu, conversational-ai
Botfuel Dialog
Botfuel SDK to build highly conversational chatbots
Stars: ✭ 96 (-67.89%)
Mutual labels:  bot-framework, nlu, chatbots
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+1461.87%)
Mutual labels:  bots, nlu, conversational-ai
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+60.87%)
Mutual labels:  bots, bot-framework, conversational-ui
Botbuilder Community Js
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder JavaScript SDK, including middleware, dialogs, recognizers and more.
Stars: ✭ 88 (-70.57%)
Mutual labels:  bots, bot-framework, chatbots
Bot Context
Easy, powerful, functional way to maintain conversational context in chat bots.
Stars: ✭ 44 (-85.28%)
Mutual labels:  bots, conversational-ui, chatbots

Airy-logo

The open source, fully-featured, production ready
Conversational Platform

Airy Core

Join the chat on Airy community Documentation Status CI Commit Frequency License PRs Welcome


Airy_Explainer_Highlevel_Readme

Airy Core is an open source, fully-featured, production ready conversational platform. With Airy you can process conversational data from a variety of sources:

  • Facebook
  • WhatsApp
  • Google's Business Messages
  • SMS
  • Website Chat Plugins, like our own open source Live Chat
  • Twilio
  • Your own conversational channels

You can then use Airy to:

  • Unify your messaging channels
  • Stream your conversational data wherever you want
  • Integrate with different NLP frameworks
  • Mediate open requests with Agents via our messaging UI
  • Analyze your conversations

Since Airy's infrastructure is built around Apache Kafka, it can process a large amount of conversations and messages simultaneously and stream the relevant conversational data to wherever you need it.


About Airy


Components

Airy_Explainer_Components_Readme (1)

Airy Core contains the following components:

Connect anything from our free open-source live chat plugin to Facebook Messenger & Google's Business Messages to your Airy Core. This is all possible through an ingestion platform that heavily relies on Apache Kafka to process incoming webhook data from different sources. We make sense of the data and reshape it into source independent contacts, conversations, and messages.

  • APIs to access your data

An API to access conversational data with blazing fast HTTP endpoints.

A WebSocket server that allows clients to receive near real-time updates about data flowing through the system.

  • 🎣Webhook to listen to events and participate programmatically in conversations

A webhook integration server that allows its users to programmatically participate in conversations by sending messages (the webhook integration exposes events users can "listen" to and react programmatically.)

Not every message can be handled by code, this is why Airy comes with different UIs ready for you and your teams to use.

How to contribute

We welcome (and love) every form of contribution! Good entry points to the project are:

If you're still not sure where to start, open a new issue and we'll gladly help you get started.

Code of Conduct

To ensure a safe experience and a welcoming community, Airy Core project adheres to the contributor convenant code of conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].