From f6cf013614a3f8386c79dbe5523abdae9f0c04e1 Mon Sep 17 00:00:00 2001 From: avg-lebesgue-enjoyer <141274760+avg-lebesgue-enjoyer@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:18:37 +1000 Subject: [PATCH] Update README.md have --- README.md | 1 + 1 file changed, 1 insertion(+) 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.