-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from OpenNyAI/prune-old-documentation
Prune old documentation
- Loading branch information
Showing
5 changed files
with
6 additions
and
207 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# JB Manager | ||
Jugalbandi v2 that supports both information and actions. Now an NGO, Government Department or Social Enterprise user can build with the Jugalbandi Studio and with one-click deploy their bot and make it available to their beneficiaries. | ||
# Jugalbandi Manager | ||
|
||
We have repackaged the code into an event-driven architecture to make it scalable and also composable to meet varying needs. | ||
Jugalbandi (JB) Manager is a full AI-powered conversational chatbot platform. It's platform agnostic and can serve multiple channels such as WhatsApp or custom web interfaces. It can handle conversations in both text and voice across any language. It comes with Bhashini Speech models out of the box and can failover to Azure. | ||
|
||
![](docs/assets/jb-manager.png) | ||
|
||
## Deep Dive | ||
To deep dive into the architecture and various components, look [here](DeepDive.md) | ||
|
||
## Local Setup | ||
Please look at the [Setup Notes](Setup.md) for local system setup. | ||
|
||
## Developer Notes (moved) | ||
Please look at the updated [Developer Notes](Developer.md). | ||
Read the documentation [here](https://opennyai.github.io/Jugalbandi-Manager/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: default | ||
title: How to Guides | ||
--- | ||
--- | ||
1. [Local Development](Developer.md) |