boogie279 downloadsCalculates math equations & expressions drawn in Excalidraw
(in obsidian)
Draw mathematical expressions in Obsidian and watch them solve themselves! Drawculator is an Obsidian plugin that uses AI to recognize hand-drawn equations and automatically computes their solutions.
.obsidian/plugins/drawculator-obsidian/ foldersrc/
main.ts # Plugin entry point and lifecycle management
model.ts # ML model loading and inference with ONNX Runtime
utils.ts # Symbol recognition and expression parsing utilities
settings.ts # Plugin settings and configuration
ExcalidrawAutomate.d.ts # Type definitions for Excalidraw API
The plugin uses a CNN model trained on handwritten mathematical symbols. The model files are loaded from Hugging Face for better performance and reduced bundle size.
Contributions are welcome! Please feel free to submit issues and pull requests (although it might be quite difficult ifykwim 😛).
Built with ❤️ for Obsidian users who love math and handwriting.