# Bumblebee Hotword + DeepSpeech Example

This is an example of using [Bumblebee-Hotword](https://github.com/jaxcore/bumblebee-hotword) in a web browser to activate/deactivate [DeepSpeech](https://github.com/mozilla/DeepSpeech) running in a NodeJS server.

#### Install:

```
yarn install
```

#### Run ReactJS Client:

```
yarn start
```

#### Run NodeJS Server (in a separate terminal window):

```
node server.js
```