Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from LimaoC/mitch-interim-docs
Browse files Browse the repository at this point in the history
docs: added docs for data module and library overview in README
  • Loading branch information
MitchellJC authored Aug 20, 2024
2 parents 7aa3853 + b6c18db commit 5253afa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Sitting Desktop Garden
## Library Overview
```
.
├── client
│ ├── data: Data handling for sitting-desktop-garden. Includes user, posture and face id data.
│ └── models: Machine learning models (pose detection and face recognition).
├── docs: Project documentation.
├── notebooks: Demos for module use.
```

## Installation
**Important**: Make sure you have Python 3.10+ installed.
Expand Down
1 change: 1 addition & 0 deletions client/data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Data handling for sitting-desktop-garden. Includes user, posture and face id data."""

0 comments on commit 5253afa

Please sign in to comment.