diff --git a/README.md b/README.md index e5b0a2f..7017da8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ logo -A lightweight sensor data visualization and analysis tool. +A sensor data visualization and analysis tool. ## Screenshots @@ -28,19 +28,8 @@ A lightweight sensor data visualization and analysis tool. See `requirements.txt` -### [Redis](https://redis.io/) - ## Usage Save data as the `.pkl` or `.csv` files under `./data` directory. See `./data/Example`. Put the `config.json` in the same directory, and specify the `columns` of the data in `config.json`. Check `./data/Example/config.json`. - -### Debug - -```bash -redis-server -python app.py -``` - -- Open `http://127.0.0.1:8050/` in a browser