This project is an experimental demonstration and should be considered a prototype. The generation process is complex, and success is not guaranteed. Runs may be unstable, get stuck in loops, or fail ...
math-question-generator/ ├── src/ │ └── question_generator.py # Core generator class ├── output/ # Generated documents ├── images/ # Generated question images ├── main.py # Main execution script ├── ...