MathMind

MathMind: LLM-powered Math Helper โ€“ Scan & Solve Instantly

MathMind Document and Introduction

Project Overview

This project was developed as an undergraduate software design. By combining large language models and image recognition capabilities, it focuses on recognizing complex mathematical problem images in real life. The system can identify text and formulas in the images, convert them into LaTeX code, and then send the code to a large language model for reasoning and solving.

The project consists of server-side source code and client-side source code (Android), which will be gradually made available for learning and reference in the future.

Demo video: https://youtube.com/shorts/E38za20EvKg?si=j37rm3P5f3aXDdQE

  • Check List:
    • Upload server-side source code
    • Upload client-side source code
    • Complete project documentation