diff --git a/README.md b/README.md index 936f19d..1d9c5dc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ . ├── client │ ├── data: Data handling for sitting-desktop-garden. Includes user, posture and face id data. +│ ├── drivers: Control flow software for sitting-desktop-garden. Includes basic control flow and appropriate data structures. │ └── models: Machine learning models (pose detection and face recognition). ├── docs: Project documentation. ├── notebooks: Demos for module use.