Skip to content

rookiepeng/sensorview

Repository files navigation

SensorView

logo

A lightweight sensor data visualization and analysis tool.

Screenshots

sensorview

Features

3D Visualization and Filtering

3d

2D Visualization and Filtering

2d

Statistical Visualization

stat

Dependence

Python modules

See requirements.txt

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

redis-server
python app.py
  • Open http://127.0.0.1:8050/ in a browser