Initial commit: BodySpec Insights - comprehensive DEXA analytics tool
This commit is contained in:
commit
c7d0255f61
10 changed files with 907 additions and 0 deletions
3
data/.gitkeep
Normal file
3
data/.gitkeep
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# This file ensures the data directory structure is preserved in git
|
||||
# while keeping the actual PDF and results files private (see .gitignore)
|
||||
|
||||
0
data/pdfs/.gitkeep
Normal file
0
data/pdfs/.gitkeep
Normal file
17
data/pdfs/README.md
Normal file
17
data/pdfs/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# PDFs Directory
|
||||
|
||||
Place your BodySpec DEXA scan PDF reports in this directory.
|
||||
|
||||
## Example
|
||||
|
||||
```
|
||||
data/pdfs/
|
||||
├── 2025-01-15-scan.pdf
|
||||
├── 2025-04-20-scan.pdf
|
||||
└── 2025-10-06-scan.pdf
|
||||
```
|
||||
|
||||
## Note
|
||||
|
||||
⚠️ **PDF files are gitignored** - They won't be committed to version control to protect your personal health information.
|
||||
|
||||
0
data/results/.gitkeep
Normal file
0
data/results/.gitkeep
Normal file
18
data/results/README.md
Normal file
18
data/results/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Results Directory
|
||||
|
||||
Your extracted DEXA data will be saved here by default.
|
||||
|
||||
## Output Files
|
||||
|
||||
When you run the extraction script with `--outdir data/results`, you'll get:
|
||||
|
||||
- `overall.csv` - Time-series data (one row per scan)
|
||||
- `regional.csv` - Regional body composition
|
||||
- `muscle_balance.csv` - Left/right limb comparison
|
||||
- `overall.json` - Structured JSON format
|
||||
- `summary.md` - Human-readable summary
|
||||
|
||||
## Note
|
||||
|
||||
⚠️ **Result files are gitignored** - They contain your personal health data and won't be committed to version control.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue