Sign up to save tools and stay up to date with the latest in AI
bg
bg
1

GitHub - ayushpai/AI-Math-Notes: Open Source AI Math Notes

Jun 15, 2024 - github.com
The article discusses "AI Math Notes", an interactive drawing application that allows users to draw mathematical equations on a canvas. The application then uses a multimodal LLM to calculate and display the result next to the equals sign. The application is built using Python with the Tkinter library for the graphical user interface and PIL for image processing. It was inspired by Apple's "Math Notes" demo from WWDC 2024.

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.
View Full Article

Comments (0)

Be the first to comment!