JocelynVelarde / EmbracePlus-Visualizer

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

Home Page:https://embraceplusview.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.avro data visualizer for EmbracePlus 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

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

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

Demo

License

MIT

About

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

https://embraceplusview.streamlit.app/


Languages

Language:Python 100.0%