forked from Roujack/mathAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# mathAI | ||
|
||
**2019/7/15更新:我个人有一个关于OCR方面的想法,想以科研方向、产品方向去尝试。现在我在寻找对这个项目感兴趣同时又有CV或者NLP或者知识表示与推理方向背景知识的技术伙伴。有意向的请发邮件给我:[email protected] 。(note:这个想法来自企业的实际需求,这意味着效果好的话是可以真正落地的,同时我应该可以跟企业拿到数据集,不过目前没有funding。目前我的计划是从学术的角度去做,可能会发布一个数据集,然后做一个baseline去查看效果。我个人觉得这是比较challenging同时又比较promising的研究方向。在这个背景下,我希望的目标技术合作伙伴也许是方向相关的高校在读硕士生或者博士生。以下几个研究方向可能比较相关:OCR识别、自然语言理解、符号逻辑、自动推理。)** | ||
|
||
一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。 | ||
**请查看系统文档说明来运行程序。注意,这是一个半开源的项目,目前上传的版本只能处理简单的一维加减乘除算术表达式(如果想要识别更加复杂的表达式,可以参考数学公式识别的论文)。可以参考的代码是前面字符识别部分以及整个算法处理框架。** | ||
![image](https://github.com/Roujack/mathAI/blob/master/test.png) | ||
|