AI Math Notes is an interactive drawing application that allows users to draw mathematical equations on a canvas.
After drawing the equations, the application calculates the results using the multimodal large language model (LLM) and displays them next to the equal sign.
The application is written in Python, the graphical user interface uses the Tkinter library, and the image processing uses the PIL library.
Inspired by Apple’s “Math Notes” demonstration at WWDC 2024.
application interface
The application works by placing the answer next to the equation that has not yet been solved (also known as the equal sign, with nothing on the right). The equal sign must be the last thing you write before clicking Calculate.
Canvas: Use the mouse to draw equations. The canvas background is black and the drawing color is white.
Clear button: Clear the entire canvas.
Undo button (Ctrl/Cmd Z): Undo the previous drawing operation
Calculate button (Enter/Return): Calculate the drawn equation and display the result next to the equal sign.
For more detailed information, you can read the original text, which can be found in the following link
Thank you for watching this video. If you like it, please subscribe and like it. thank
Project address:https://github.com/ayushpai/AI-Math-Notes
Oil tubing: