Project
Veomath: Math animations on demand
A tool that generates interactive Manim animations on demand so you can learn concepts visually.
Veomath generates ManimThe library 3blue1brown uses to generate its videos. See manim.community. animations on demand so you can learn things visually. I worked on this in parallel to my CS234 project. I wanted to see what animations frontier models were capable of doing only with prompt engineering.
The idea
Type in what you want to learn, and get a short (series of) ManimThe library 3blue1brown uses to generate its videos. See manim.community. animations that explain the concept visually. It works well with Pythagoras.
What I learned
- This was my first experience building an AI harness: it generates a first animation, then takes a look at some frames in the animation, then tries to improve it. It still has a lot of improvement left, but it was a fun experiment to play around with.