An open API service indexing awesome lists of open source software.

https://github.com/jocelynvelarde/embraceplus-visualizer

Visualize your raw data from .avro files for the EmbracePlus device from Empatica
https://github.com/jocelynvelarde/embraceplus-visualizer

avro-schema csv-files data-visualization empatica health-monitoring monitoring-tool python streamlit

Last synced: 7 months ago
JSON representation

Visualize your raw data from .avro files for the EmbracePlus device from Empatica

Awesome Lists containing this project

README

          

# .avro data visualizer for EmbracePlus from Empatica 📈
Visualize your raw data from .avro files for the EmbracePlus device from Empatica.

Currently there is no tool available that allows users from the EmbracePlus bracelet to visualize their data automatically. For this I developed an online visualizer for .avro format files, where graphs are generated to view participants data sets.

graph example

## Authors

- [@JocelynVelarde](https://github.com/JocelynVelarde)

## Features

- Upload multiple .avro files
- Visualize al raw data metrics in different graphs vs time (taking in consideration sampling time and initial timestamp to ensure continuity and congruency)
- Download .csv datasets generated from the proposed graphs
- Useful when handling large amounts of data
- Light and Dark mode enabled
- Available in all devices

## Structure
```bash
streamlit_app
├─ home.py
├─ Tests
│ └─ graph.py
│ └─ join.py
│ └─ view.py
├─ assets
├─ pages
│ └─ visualize.py
├─ .gitignore
└─ requirements.txt
```

## Tools

- Streamlit
- pandas
- fastavro
- numpy
- matplotlib

Deployed with: Streamlit Cloud

## Try it

[Try it here](https://embraceplusview.streamlit.app/)

## Demo

## License

[MIT](https://choosealicense.com/licenses/mit/)