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
2022-06-21 00:17:35 +02:00
General Refactor: separate SmartHome and VoiceAssistant 2022-05-18 14:06:33 +02:00
resources Merge branch 'master' of https://github.com/MarkParker5/ARCHIE 2022-06-20 17:23:44 +02:00
SmartHome refactor and test rooms, init house with hub 2022-06-21 00:04:46 +02:00
TelegramBot add wifi list endpoint 2022-06-07 11:22:13 +02:00
VoiceAssistant add wifi list endpoint 2022-06-07 11:22:13 +02:00
.gitignore add pytest cache to .gitignore 2022-06-21 00:17:35 +02:00
config.example.py start hotspot if hub not activated 2022-06-12 17:40:40 +02:00
README.md Update readme 2021-12-05 23:42:27 +02:00

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

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

Project structure:

  • ArchieCore - Core, base classes

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

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

  • General - For helper classes

  • Raspberry - 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)