mathAI icon indicating copy to clipboard operation
mathAI copied to clipboard

一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。This is a mathematic expression recognition project.

Results 17 mathAI issues
Sort by recently updated
recently updated
newest added

您好我对您的项目很感兴趣 也在学习您的项目 为什么我下载的项目运行减法运算会抛错

请问如何才能正确将某图片中的分数值 5/6 + 3/7 显示出来或计算结果? 需要注意那些要项?

import re def math_ai(question): # Use regular expressions to extract the numbers and operator from the question numbers = re.findall(r'\d+', question) operator = re.search(r'[+\-*/]', question) if not operator or not...

![IMG_2487](https://github.com/Roujack/mathAI/assets/168620177/2ce1188e-07e7-44bc-b1a4-3bba9b386823)

若a+b+c=8,且a>0,b>0,c>0,求√(a²+1)+ √(b²+4)+ √(c²+9)的最小值

若a+b+c=8,且a>0,b>0,c>0,求√(a²+1)+ √(b²+4)+ √(c²+9)的最小值