Initial commit: BodySpec Insights - comprehensive DEXA analytics tool

This commit is contained in:
Mac DeCourcy 2025-10-06 14:32:25 -07:00
commit c7d0255f61
10 changed files with 907 additions and 0 deletions

3
data/.gitkeep Normal file
View 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
View file

17
data/pdfs/README.md Normal file
View 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
View file

18
data/results/README.md Normal file
View 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.