Skip to content

multimodal data analysis agent. ask questions about the data on your wearable.

Notifications You must be signed in to change notification settings

TviNet/wearabouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of data from a wearable using natural language.

Support:

  • Garmin (In-progress)
  • TODO

Usage:

> source .env
> PYTHONPATH=./ python app/main.py --task "Plot my sleep times and steps daily for last week in the same plot"

An executed ipynb notebook will be created in the artifacts directory with the desired task completed. Examples of the output are in the examples directory.

Dev guide

ENV

  • Set all required env vars in .env
  • source .env && python app/main.py

Langfuse

TODOs

  • observability with text
  • handling long text outputs in jupyter cells
  • handling errors in executing notebook
  • partial execution of notebook to avoid repeated login
  • shorter cell outputs
  • verify output loop
  • observability with images
  • saving traces
  • profiling speed of solver
  • dataset of tasks for evaluation
  • handle case where login fails

About

multimodal data analysis agent. ask questions about the data on your wearable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages