|
преди 8 години | |
---|---|---|
Docs | преди 8 години | |
brain_examples | преди 8 години | |
core | преди 8 години | |
install | преди 8 години | |
neurons | преди 8 години | |
stt | преди 8 години | |
templates | преди 8 години | |
trigger | преди 8 години | |
tts | преди 8 години | |
.gitignore | преди 8 години | |
LICENSE.md | преди 8 години | |
README.md | преди 8 години | |
brain.yml | преди 8 години | |
jarvis.py | преди 8 години | |
settings.yml | преди 8 години | |
tasks.yml | преди 8 години | |
test.py | преди 8 години | |
test.yml | преди 8 години | |
test_arg_parser.py | преди 8 години |
JARVIS is a modular always-on voice controlled personal assistant designed for home automation.
TODO: insert video demo EN TODO: insert video demo FR
JARVIS can run on a Raspberry Pi and he's multi-lang.
JARVIS is easy-peasy to use, see the hello world
- name: "Hello world"
neurons:
- say:
message: "Hello world!"
signals:
- order: "say hello"
A neuron is a plugin that can be used from your brain.yml.
If you'd like to contribute to JARVIS, please read our Contributing Guide, which contains the philosophies to preserve, tests to run, and more. Reading through this guide before writing any code is recommended.
TODO: Write credits
Copyright (c) 2016. All rights reserved.
JARVIS is covered by the MIT license, a permissive free software license that lets you do anything you want with the source code, as long as you provide back attribution and "don't hold you liable". For the full license text see the LICENSE.md file.