CrossFit Workout Scheduler
Generative AI opens limitless possibilities for optimizing and streamlining applications and microservices, both for personal and enterprise use cases. Watch this live demo of a CrossFit workout-interpreting microservice “WoDCal”, which retrieves workout data from an API, uses Google PaLM 2 to interpret the workout’s duration, then posting that to a Google Calendar event all without user intervention through the use of a Cloud Function triggered by Pub/Sub event. This project was coded in Python and deployed on Google Cloud.
Details of the project will be discussed, such as few-shot learning, limitations of estimating workout durations for certain types of workouts, and general deployment tips to allow developers to be empowered to deploy their own generative-ai assisted projects. 
https://github.com/misha-khar/WODCal
Back to Top