Since August of 2022 I've been recording information about my health.
- A picture of every meal I've eaten
- A caption describing the contents of the meal
- My weight every morning
- Time and classification of my bowel movements
- Workouts at my weightlifting gym
This project is the collection, transformation, and analysis of those datasets to understand my health better.
Raw data will be stored external to this repository.
- Each data source is pulled into
cleaned
after being cleaned individually, isolated from other data sources. - Additional data generated from
cleaned
data is placed intoextended
. - All relevant data in
cleaned
andextended
is finally joined intoprepared
.
In prepared
is all the data needed for modeling and visualization.
A dashboard is created using plotly/dash.
This is a list of accomplishments and goals.
These are existing data sources that need to be digitized or scraped, and cleaned.
- My weight from scale
- Time weight was taken
- Instagram posts of my food
- Full photos taken of my food
- Metadata of photos taken of my food
- Bowel movements
- Workouts at weightlifting gym
This is information that needs to be generated or calculated from existing data sources.
- Meals (photos of food taken within a time interval)
- Interpolate weight values
- Average weight across days
- Weight difference between days
- Variance of weight across days
- Clean labels of instagram posts
- Food classification (desert, bread, meat, vegetables, etc)
- Match instagram post media with full resolution photos (hard)
These are stated in the form of questions that I'd like to answer. These could be answered using a model, a summary statistic, SQL query, or interactive visualization. These are considered complete when integrated, in some way, into the dashboard.
- How did the number of meals I ate a certain day effect my weight?
- How did the type of food (meat, vegetable, dairy, etc.) effect my weight?
- How long did it take me, on average, to post an image to instagram after I took it?
- What were my most frequent times to eat?
- When did I fast?
- How did trips and vacations effect my eating habits and weight?
It would be nice to summarize my experience collecting the data, as well as analysing it. The best medium for me to do this is through my blog.
- My experience with Instagram for posting my meals
- Effects of fasting
- Creation of this project