Metadata-Version: 2.4
Name: echopose-sdk
Version: 0.2.1
Summary: WiFi CSI pose estimation toolkit — signal utilities, skeleton ops, evaluation metrics, and bundle streaming
Author-email: Muhammed Shazin Sadhik Kunhi Parambath <shazin2889@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/shaz-in-dev/EchoPose
Project-URL: Issues, https://github.com/shaz-in-dev/EchoPose/issues
Keywords: wifi,csi,pose-estimation,human-sensing,rf-sensing,channel-state-information,esp32,wireless-sensing,body-tracking
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.26.4
Requires-Dist: scipy>=1.11
Requires-Dist: httpx>=0.27.0

# echopose-sdk

Installable Python package for EchoPose helper tools.

Initial features:
- Validate CSI bundle shape.
- Compute simple confidence summary statistics.
- CLI entrypoint for quick checks.

## Development Install

```bash
pip install -e .
```

## CLI

```bash
echopose-sdk --help
```
