Rhino Demo

This demo simulates a smart lighting system. Note that you need a working microphone. This demo is running locally in the browser. You can turn off your internet connection and it will keep working. After pressing start you can issue commands such as "Picovoice, turn on the lights". The full list of commands is available below.

          context:
            expressions:
              changeColor:
                - (please) [change, set, switch] (the) $location:location (to) $color:color
                - (please) [change, set, switch] (the) $location:location color (to) $color:color
                - (please) [change, set, switch] (the) $location:location lights (to) $color:color
                - (please) [change, set, switch] (the) color [at, in] the $location:location (to) $color:color
                - (please) [change, set, switch] (the) lights [at, in] the $location:location to $color:color
                - (please) [change, set, switch] (the) lights to $color:color
                - (please) [turn, make] (the) $location:location (color) $color:color
                - (please) [turn, make] (the) lights [at, in] the $location:location $color:color
                - (please) [turn, make] (the) lights $color:color
                - (please) [turn, make] (the) lights $color:color [at, in] the $location:location
              changeIntensity:
                - (please) [turn, make] (the) $location:location $intensityAdjective:intensity
                - (please) [turn, make] (the) $location:location lights $intensityAdjective:intensity
                - (please) [turn, make] (the) lights [in, at] the $location:location $intensityAdjective:intensity
                - (please) [turn, make] (the) lights $intensityAdjective:intensity
                - (please) $intensityVerb:intensity (the) [lights, brightness, intensity]
                - (please) $intensityVerb:intensity (the) $location:location lights
                - (please) $intensityVerb:intensity (the) lights [in, at] (the) $location:location
                - (please) $intensityVerb:intensity [the, all] lights
                - (please) $intensityVerb:intensity the $location:location (brightness)
                - (please) $intensityVerb:intensity the $location:location [lights, brightness, intensity]
              changeLightState:
                - (please) [switch, turn] $state:state (the) $location:location (lights)
                - (please) [switch, turn] $state:state (the) lights
                - (please) [switch, turn] $state:state (the) lights [at, in] (the) $location:location
                - (please) [switch, turn] (the) $location:location lights $state:state
                - (please) [switch, turn] (the) lights $state:state
                - (please) [switch, turn] (the) lights [in, at] the $location:location $state:state
              changeLightStateOff:
                - (please) shut (the) $location:location lights off
                - (please) shut (the) lights [at, in] (the) $location:location off
                - (please) shut off (the) $location:location lights
                - (please) shut off (the) lights
                - (please) shut off (the) lights [at, in] (the) $location:location
              reset:
                - (please) reset (the) $feature:feature
                - (please) reset (the) $feature:feature [at, in] (the) $location:location
                - (please) reset (the) $location:location $feature:feature
            slots:
              color:
                - blue
                - green
                - orange
                - pink
                - purple
                - red
                - white
                - yellow
              intensityAdjective:
                - brighter
                - dimmer
                - lighter
                - darker
                - lower
              intensityVerb:
                - brighten
                - decrease
                - dim
                - down
                - drop
                - increase
                - lower
                - raise
                - reduce
                - up
              state:
                - off
                - on
              location:
                - all
                - bathroom
                - bedroom
                - closet
                - hallway
                - kitchen
                - living room
                - pantry
              feature:
                - brightness
                - color
                - colors
                - intensity