Skip to content

Commit 4a738d8

Browse files
committed
2 parents 185c277 + 2f05ec3 commit 4a738d8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
# Alan voice assistant SDK for Flutter
1+
# Alan AI: In-app voice assistant SDK for Flutter
22

33
[Alan Platform](https://alan.app/)[Alan Studio](https://studio.alan.app/register)[Docs](https://alan.app/docs)[FAQ](https://alan.app/docs/usage/additional/faq)
44
[Blog](https://alan.app/blog/)[Twitter](https://twitter.com/alanvoiceai)
55

66
[![Pub.dev release (latest by date)](https://img.shields.io/pub/v/alan_voice?logo=Flutter&style=shield)](https://pub.dev/packages/alan_voice)
77
[![CircleCI](https://circleci.com/gh/alan-ai/alan-sdk-flutter.svg?style=shield)](https://circleci.com/gh/alan-ai/alan-sdk-flutter)
88

9-
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.
9+
Quickly add voice to your app with the Alan Platform. Create an in-app voice assistant to enable human-like conversations and provide a personalized voice experience for every user.
1010

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

1313
## Alan is a Voice AI Platform
1414

15-
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:
15+
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:
1616

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

2020
#### Alan Client SDKs
2121

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

2424
#### Alan Cloud
2525

26-
Alan's AI-backend that maintains voice deployments and accomplishes all Spoken Language Understanding (SLU) and Natural Language Processing (NLP) tasks.
26+
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.
2727

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

3030
## Why Alan?
3131

3232
* **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.
33-
* **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.
33+
* **Serverless environment**: No need to plan for, deploy and maintain any infrastructure or speech components - the Alan Platform does the bulk of the work.
3434
* **On-the-fly updates**: All changes to the dialogs become available immediately.
3535
* **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.
3636

3737
## How to start
3838

39-
To add voice to a Flutter app:
39+
To create a voice assistant for your Flutter app:
4040

4141
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.
42-
2. Use the Alan Flutter plugin to embed the Alan button to your app. For details, see <a href="https://www.alan.app/docs/client-api/cross-platform/flutter" target="_blank">Alan AI documentation</a>.
42+
2. Use the Alan Flutter plugin to embed a voice assistant to your application. For details, see <a href="https://www.alan.app/docs/client-api/cross-platform/flutter" target="_blank">Alan AI documentation</a>.
4343

4444
## Downloads
4545

0 commit comments

Comments
 (0)