Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Kolyachko committed Nov 26, 2021
1 parent 7cc602c commit 7963714
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -6,41 +6,41 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/alan-ai/alan-sdk-android)](https://github.com/alan-ai/alan-sdk-android/releases)
[![CircleCI](https://circleci.com/gh/alan-ai/alan-sdk-android.svg?style=shield)](https://circleci.com/gh/alan-ai/alan-sdk-android)

Quickly add voice to your app. Create a voice assistant or build a multimodal interface with two input modes — speech and gestures — working in sync.
Quickly add voice to your app. Create an in-app voice assistant to enable human-like conversations and provide a personalized voice experience for every user.

<img src="https://storage.googleapis.com/alan-public-images/github/phone-finance.gif" height="325px" align="right"/>


## Alan is a Voice AI Platform

Alan is a conversational voice AI platform that lets you create an intelligent voice assistant for your app. It offers all necessary tools to design, embed and host your conversational experiences:
Alan is a conversational voice AI platform that lets you create an intelligent voice assistant for your app. It offers all necessary tools to design, embed and host your voice solutions:

#### Alan Studio
A web portal where you can write, test and manage dialog scenarios for your voice assistant or chatbot.
A powerful web-based IDE where you can write, test and debug dialog scenarios for your voice assistant or chatbot.

#### Alan Client SDKs

With Alan Client SDKs, you can quickly embed Alan's voice to your app.
Alan's lightweight SDKs to quickly embed a voice assistant to your app.

#### Alan Cloud

Alan's AI-backend that maintains voice deployments and accomplishes all Spoken Language Understanding (SLU) and Natural Language Processing (NLP) tasks.
Alan's AI-backend powered by the industry’s best Automatic Speech Recognition (ASR), Natural Language Understanding (NLU) and Speech Synthesis. The Alan Cloud provisions and handles the infrastructure required to maintain your voice deployments and perform all the voice processing tasks.

To get more details on how Alan works, see <a href="https://alan.app/platform" target="_blank">Alan Platform</a>.

## Why Alan?

* **No or minimum changes to your UI**: To voice enable your app, you only need to get the Alan Client SDK and drop it to your app.
* **Serverless environment**: No need to plan for, deploy and maintain any infrastructure or speech components. Alan does all maintenance and voice processing tasks on behalf of your app.
* **Serverless environment**: No need to plan for, deploy and maintain any infrastructure or speech components - the Alan Platform does the bulk of the work.
* **On-the-fly updates**: All changes to the dialogs become available immediately.
* **Voice flow testing and analytics**: Alan Studio provides advanced tools for testing your dialog flows and getting the analytics data on users' interactions, all in the same console.

## How to start

To add voice an Android app:
To create a voice assistant for your Android app written in Java or Kotlin:

1. <a href="https://studio.alan.app/register" target="_blank">Sign up for Alan Studio</a> to build voice scripts in JavaScript and test them.
2. Use the Alan Android SDK to embed the Alan button to your application or page. For details, see <a href="https://alan.app/docs/client-api/android/android-api" target="_blank">Alan AI documentation</a>.
2. Use the Alan Android SDK to embed a voice assistant to your application. For details, see <a href="https://alan.app/docs/client-api/android/android-api" target="_blank">Alan AI documentation</a>.

Check out our [demo](https://play.google.com/store/apps/details?id=app.alan.playground).

Expand Down

0 comments on commit 7963714

Please sign in to comment.