An open API service indexing awesome lists of open source software.

https://github.com/mohnish/lucy

Lucy helps your users become power users of your application by means of the Power Bar and also by offering helpful shortcuts
https://github.com/mohnish/lucy

Last synced: 9 months ago
JSON representation

Lucy helps your users become power users of your application by means of the Power Bar and also by offering helpful shortcuts

Awesome Lists containing this project

README

          

# Lucy

>Lucy helps your users become power users of your application by means of the
Power Bar and also by offering helpful shortcuts

## Features

* Speech recognition
* Natural Language Processing
* Hotkeys

## Installation

1. Add `` right before the closing `body` tag.
2. Add the following code anywhere in your code:

```html




```

## Usage

To use the speech module,

```js
const lucy = new Lucy();
console.log(await lucy.listen());
```

## Skills

Lucy can be taught new skills and these can be shared. A skill is a simple string to callback mapping. This enables Lucy to learn new skills by means of keywords.