From 7963714407a48d7c3d97dbbcfdaeeff7a4d60ec5 Mon Sep 17 00:00:00 2001 From: Olga Kolyachko Date: Fri, 26 Nov 2021 14:48:35 +0300 Subject: [PATCH] README.md updated --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 78c98af..85984a0 100644 --- a/README.md +++ b/README.md @@ -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. ## 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 Alan Platform. ## 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. Sign up for Alan Studio 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 Alan AI documentation. +2. Use the Alan Android SDK to embed a voice assistant to your application. For details, see Alan AI documentation. Check out our [demo](https://play.google.com/store/apps/details?id=app.alan.playground).