Metadata-Version: 2.2
Name: yams-util
Version: 0.0.1
Summary: Yet Another MotionSenSE Service Utility
Author-email: Yuyi Chang <22040659+YuyiChang@users.noreply.github.com>
Project-URL: Homepage, https://github.com/SenSE-Lab-OSU/YAMS
Project-URL: Issues, https://github.com/SenSE-Lab-OSU/YAMS/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bleak
Requires-Dist: gradio

# YAMS
Yet Another Motionsense Service utility

## Quickstart

- `pip install -U yams-util`
- `python -m yams`


## Development guide

- Clone the repository
    - `git clone https://github.com/SenSE-Lab-OSU/YAMS.git`
- Install dependencies 
    - `pip install gradio bleak`
- Launch the application
    - `python app.py`
- Visit http://127.0.0.1:7860 (by default, check on-screen prompt)


## Roadmap

- [x] Device data transfer
- [ ] Device data post processing
    - [ ] format conversion
    - [ ] visualization
- [ ] simple data collection utilities
