Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jul 11, 2024
1 parent ac321f9 commit c997c69
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="./assets/sensorview_logo.svg" alt="logo" width="200"/>

A lightweight sensor data visualization and analysis tool.
A sensor data visualization and analysis tool.

## Screenshots

Expand All @@ -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

0 comments on commit c997c69

Please sign in to comment.