Episode 33 - Creating an Animation Application using AI

05/03/2025 39 min
Episode 33 - Creating an Animation Application using AI

Listen "Episode 33 - Creating an Animation Application using AI"

Episode Synopsis

Send us a textIn this episode we try out what we've speculated AI, particularly GenAI is good for: expanding the capabilities of engineers as they create new applications.This application uses Google's Cloud Run  and Google Cloud Storage to get user's specification of an animation, create the animation, then store and play the animation.This the link to the Github repo for the application.The AI framework for the application is Google's Gemini and the program generates the animation is Blender. The demo is programmed in Python and uses the LangChain framework to leverage Large Language Models (LLMs) in the application