An open-source, augmented projection system for advanced mathematics.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Magicmath is a free, open-source alternative to Apple Intelligence™ for mathematics. It goes beyond basic math to handle advanced notations like summations (Σ) and λ-calculus. By combining augmented reality with computer vision, Magicmath transforms how you interact with whiteboards for math and logic, adding features like:
- Parsing complex mathematical expressions.
- Dynamic rendering of solutions in LaTeX.
- Explaining solutions with LLM-powered TTS.
Follow these steps to set up Magicmath locally.
- Install Python 3.x: Download Python
- Install other dependencies:
pip install -r requirements.txt
Magicmath uses a webcam and projector to:
- Parse handwritten math expressions on a whiteboard.
- Solve advanced mathematical problems.
- Display solutions using augmented projection.
For more examples and guides, refer to the documentation.
Distributed under the MIT License. See LICENSE.txt for more information.

