--- title: "Handwritten Polynomial Solver" emoji: "🧠" colorFrom: red colorTo: blue sdk: gradio sdk_version: "3.0" app_file: app.py pinned: false --- # Handwritten Polynomial Solver This Space fine-tunes Pix2Tex on the Azu/Handwritten‑Mathematical‑Expression‑Convert‑LaTeX dataset (~12K handwritten math samples). ## 🚀 Usage - **Train the model:** Rename `app.py → app_ui.py` and `train.py → app.py`, then rebuild the Space. - **Switch to UI:** Once you see `trained_model/`, rename back (`app.py → train.py`, `app_ui.py → app.py`) and rebuild.