Discover and explore top open-source AI tools and projects—updated daily.
digiteinfotechAgentic AI platform for building proactive digital assistants
Top 95.6% on SourcePulse
Kairon is an open-source, no-code platform for building and deploying conversational AI digital assistants. It targets teams and individuals seeking an easy-to-use interface for managing the end-to-end lifecycle of AI assistants, from data pre-processing and training to deployment and monitoring, with a focus on proactive user support.
How It Works
Kairon builds upon the Rasa framework, extending its capabilities with tools for data augmentation, knowledge graph generation, and intent creation. It offers a low-code/no-code web interface for functional users and features proactive intervention through real-time struggle analytics. The platform supports omni-channel, multi-lingual deployment and includes a chat client designer and analytics module for performance insights.
Quick Start & Requirements
docker/docker-compose.yml to set server to your public IP and optionally configure Google Analytics and SECRET_KEY.cd kairon/docker && docker-compose up -d.http://localhost/ with demo credentials: test@demo.in / Changeit@123.git clone https://github.com/digiteinfotech/kairon.gitsetup.bat (Windows) or sh ./setup.sh (Linux).python -m uvicorn augmentation.paraphrase.server:app --host 0.0.0.0python -m uvicorn kairon.api.app.main:app --host 0.0.0.0 --port 8080Highlighted Details
Maintenance & Community
The project is maintained and supported by NimbleWork Inc. Contributions are welcomed. Links to community channels are not explicitly provided in the README.
Licensing & Compatibility
Licensed under the Apache License, Version 2.0. This license is permissive and generally compatible with commercial and closed-source applications.
Limitations & Caveats
The README notes that documentation is still being fleshed out. A dependency issue with tensorflow-text on Windows is mentioned, requiring manual removal from requirements.txt. The project's current NLP focus is on Knowledge Graphs.
1 day ago
1 week
openai
cloudflare
Josh-XT