CoolFace
Apppublic

ts-369/ODE-solver

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
App README

ODE Solver

A Computer Algebra System that solves first-order linear Ordinary Differential Equations analytically.

Upload an image of a handwritten or printed ODE, and the engine will:

  1. 1.Extract the equation using a Vision Transformer (Pix2Text)
  2. 2.Translate the LaTeX into algebraic syntax via a stack-based parser
  3. 3.Solve it analytically using a custom C++ symbolic engine