1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
STARK/README.md

28 lines
850 B
Markdown
Raw Normal View History

2021-04-13 01:19:17 +02:00
# A.R.C.H.I.E.
2021-12-05 23:42:27 +02:00
## Voice assistant, smart home hub, media center and smart tv
2021-12-05 23:42:27 +02:00
### Project structure:
- #### ArchieCore - Core, base classes
- Command
- CommandsManager
- SearchResult
- Response
- ThreadData
- Pattern
- ACObject and subclasses
2021-12-05 23:42:27 +02:00
- #### Controls - Responsible for user interaction
- Control(ABC)
- VoiceAssistant
- TelegramBot
- RemoteControl
- Django
2021-12-05 23:42:27 +02:00
- #### Features - Possibilities, set of functions
- #### General - For helper classes
- #### Raspberry - Control system and hardware
2021-12-05 23:42:27 +02:00
### 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)