intent recognition added (first implementation)
This commit is contained in:
parent
0c28304840
commit
5f1f9ce321
20 changed files with 625 additions and 255 deletions
|
|
@ -21,12 +21,16 @@ kira.workspace = true
|
|||
pv_recorder.workspace = true
|
||||
rustpotter.workspace = true
|
||||
parking_lot.workspace = true
|
||||
|
||||
toml.workspace = true
|
||||
sha2.workspace = true
|
||||
|
||||
# pv_recorder = { workspace = true, optional = true }
|
||||
vosk = { version = "0.3.1", optional = true }
|
||||
intent-classifier = { version = "0.1.0", optional = true }
|
||||
# rustpotter = { workspace = true, optional = true }
|
||||
|
||||
tokio = { version = "1", features = ["sync"], optional = true }
|
||||
|
||||
[features]
|
||||
default = ["jarvis_app"]
|
||||
jarvis_app = ["vosk"]
|
||||
jarvis_app = ["vosk", "intent-classifier", "tokio"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue