This Jupiter Notebook is designed to process screenshots from health apps paired with smartwatches, which are used for monitoring physical activities like running and biking. The goal is to convert these screenshots into a dataframe, as these apps often lack the means to export exercise history. For that we will iterate on each picture with the “gpt-4-vision-preview” model.
The app i am using don’t have an API to extract data that’s why i went with the model. (And also it is my first try with Openai API, i kinda forced a usecase )
However there is also the option of using an OCR ( optical character recognition), but it didn’t work well for me, though i did not try verry hard to implement it.