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
- Host: GitHub
- URL: https://github.com/mohnish/lucy
- Owner: mohnish
- License: mit
- Created: 2021-08-10T17:15:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T17:15:52.000Z (almost 5 years ago)
- Last Synced: 2025-07-06T15:45:14.134Z (about 1 year ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.