init workflow

This commit is contained in:
2025-04-20 23:23:41 +02:00
parent 05abcca6f5
commit ed7c1bf62e
12 changed files with 201 additions and 88 deletions

View File

@@ -2,5 +2,15 @@
App and small arduino code to develop an optimal filter algorithm.
## Install dependencies
```
pip install -r requirements.txt
```
## Run App
```
python -m filter_dev_app.app
```
## Algorithm