intent recognition added (first implementation)

This commit is contained in:
Priler 2026-01-05 01:22:45 +05:00
parent 4ceaa7ff20
commit 6570348130
20 changed files with 625 additions and 255 deletions

View file

@ -29,4 +29,6 @@ pv_recorder = { git = "https://github.com/Priler/pvrecorder" }
vosk = "0.3"
rustpotter = { git = "https://github.com/Priler/rustpotter" }
image = "0.25"
parking_lot = "0.12.5"
parking_lot = "0.12.5"
toml = "0.9.8"
sha2 = "0.10"