The application works by placing the answer next to an equation that has not been solved. Users can draw equations using their mouse on a black canvas with white drawing color. The application also has a clear button, undo button, and calculate button. Future improvements include implementing a computer vision model to auto-detect the equals sign to improve usability and accuracy. The project is open for contributions and is licensed under the MIT License.
Key takeaways:
- AI Math Notes is an interactive drawing application that allows users to draw mathematical equations on a canvas and uses a multimodal LLM to calculate and display the result.
- The application is built using Python with the Tkinter library for the graphical user interface and PIL for image processing.
- The app works by placing the answer next to an equation that has not been solved. An equals sign must be the last thing you wrote before clicking calculate.
- Future improvements for the application include implementing a computer vision model to detect the equals sign to improve usability and accuracy in placing the answer.