This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |