trAIning
- 1 Devlogs
- 2 Total hours
A Dashboard/AI tool for analyzing training data from garmin/strava/apple health etc.
A Dashboard/AI tool for analyzing training data from garmin/strava/apple health etc.
soo strava…garmin…whoop….apple…coros…all those things have paid plans in order to analyze training/health data…but i am neither willing to pay…or have the money to pay for such subscriptions…but i have ai.hackclub.com a lot of time…and willpower…meaning my goal is to recreate such service…for free :)
ill see how that will work out with tokens later lol
so like most of my other web projects it will look like a tui or better said bc i always to the same structure and stuff i can make a basic pre version pretty fast!
so the api is really easy to use, i wrote a starting prompt…using my dearest friend chat (never ever used for coding) and sent it as role system to the ai…and everything else can just be directly taken from user input!!
but now the biggest part…user/login/db handeling
and integrations of the different apps (strava, garmin etc.) and save that data in a db and leave the ai with a context (db) and use also non ai features like somple graphes from the data saved in the db…
so i guess the next step is login…and database lol