!doctype>
About
## About
Moodle was born from a demo that got a little out of control. I wanted to see if any of these multi-modal
LLMs could play pictionary. It turns out they can! And it's rather fun...
### Technical Details
This app is built with a new framework we're working on - [FastHTML](https://fastht.ml). It's a Python framework
that makes it easy to build web apps with Python and HTML. It's still in development, but it's already pretty powerful!
The canvas (HTML/JS) sends images to the backend, which ships them off to a few different models that try to guess the word.
### Future Plans
I think this will be a fun, quirky eval for models. I'm saving all the drawings (I hope you don't draw anything bad) and the progressions
will make a good classification problem. Can a model guess from the final image? from the sequence? etc...
Back to Home