Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
"""
Math Problem Solver CLI
This script extracts mathematical problems from images using vision-language models,
solves them using specialized math models, and generates beautiful HTML output
with MathJax rendering.
Dependencies:
- mlx: Apple's machine learning framework