1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
S.T.A.R.K. - Speech And Text Algorithmic Recognition Kit
Go to file
2023-02-12 22:33:24 +01:00
majordom_va remove double_clap_activation 2023-02-12 22:33:24 +01:00
model-small-rus structure refactor 2022-12-09 00:52:40 +01:00
tests extend manager feature 2023-02-08 20:19:50 +01:00
.gitignore structure refactor 2022-12-09 00:52:40 +01:00
majordom-va.service new regex in progress 2023-02-02 06:33:49 +01:00
poetry.lock va in progress 2023-02-12 18:33:23 +01:00
pyproject.toml va in progress 2023-02-12 18:33:23 +01:00
README.md structure refactor 2022-12-09 00:52:40 +01:00

A.R.C.H.I.E.

Voice assistant, smart home hub, media center and smart tv

Project structure:

  • VICore - Core, base classes

    • Command
    • CommandsManager
    • SearchResult
    • Response
    • ThreadData
    • Pattern
    • VIObject and subclasses
  • Controls - Responsible for user interaction

    • Control(ABC)
    • VoiceAssistant
    • TelegramBot
    • RemoteControl
    • Django
  • Features - Possibilities, set of functions

  • General - For helper classes

  • hardware - Control system and hardware

Root files:

  • start.py - entry point
  • config.example.py - file for settings. Copy as config.py and type own paraneters
  • helper.py - use in terminal for creating new modules, commands, features, controls, etc.
  • dependences.txt - list of all dependences (Python version and libraries)