BinyangQiu commited on
Commit ·
3ba6a9d
1
Parent(s): c5b5c64
Update README
Browse files- README-CN.md +18 -3
- README.md +18 -3
README-CN.md
CHANGED
|
@@ -1,8 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
# ⚡️FastCDM
|
| 4 |
|
| 5 |
-
[**[GitHub Repo]**](https://github.com/
|
| 6 |
|
| 7 |
<p>
|
| 8 |
<a href="https://pypi.org/project/fastcdm/">
|
|
@@ -83,7 +98,7 @@ cdm_score, recall, precision, vis_img = evaluator.compute(gt="E = mc^2", pred="E
|
|
| 83 |
|
| 84 |
### 交互Demo
|
| 85 |
|
| 86 |
-
我们提供了一个Gradio开发的可视化Demo,您可以在[HuggingFace Spaces](https://huggingface.co/spaces)中尝试使用。也可以本地启动:
|
| 87 |
|
| 88 |
```bash
|
| 89 |
python3 scripts/app.py
|
|
@@ -96,7 +111,7 @@ python3 scripts/app.py
|
|
| 96 |
- 建议改进
|
| 97 |
- 提交代码变更(请先开issue讨论)
|
| 98 |
|
| 99 |
-
请通过项目的[issues](https://github.com/
|
| 100 |
|
| 101 |
---
|
| 102 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: FastCDM
|
| 3 |
+
emoji: ⚡️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
short_description: High-performance LaTeX formula evaluation tool using KaTeX.
|
| 9 |
+
tags:
|
| 10 |
+
- latex
|
| 11 |
+
- formula-recognition
|
| 12 |
+
- evaluation
|
| 13 |
+
- katex
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
<div align="center">
|
| 17 |
|
| 18 |
# ⚡️FastCDM
|
| 19 |
|
| 20 |
+
[**[GitHub Repo]**](https://github.com/SoMarkAI/FastCDM) | [**[HuggingFace Spaces]**](https://huggingface.co/spaces/SoMark/FastCDM)
|
| 21 |
|
| 22 |
<p>
|
| 23 |
<a href="https://pypi.org/project/fastcdm/">
|
|
|
|
| 98 |
|
| 99 |
### 交互Demo
|
| 100 |
|
| 101 |
+
我们提供了一个Gradio开发的可视化Demo,您可以在[HuggingFace Spaces](https://huggingface.co/spaces/SoMark/FastCDM)中尝试使用。也可以本地启动:
|
| 102 |
|
| 103 |
```bash
|
| 104 |
python3 scripts/app.py
|
|
|
|
| 111 |
- 建议改进
|
| 112 |
- 提交代码变更(请先开issue讨论)
|
| 113 |
|
| 114 |
+
请通过项目的[issues](https://github.com/SoMarkAI/FastCDM/issues)与我们联系。
|
| 115 |
|
| 116 |
---
|
| 117 |
|
README.md
CHANGED
|
@@ -1,8 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
# ⚡️FastCDM
|
| 4 |
|
| 5 |
-
[**[GitHub Repo]**](https://github.com/
|
| 6 |
|
| 7 |
<p>
|
| 8 |
<a href="https://pypi.org/project/fastcdm/">
|
|
@@ -83,7 +98,7 @@ cdm_score, recall, precision, vis_img = evaluator.compute(gt="E = mc^2", pred="E
|
|
| 83 |
|
| 84 |
### Interactive Demo
|
| 85 |
|
| 86 |
-
We provide a visualization Demo developed with Gradio, which you can try on [HuggingFace Spaces](https://huggingface.co/spaces). You can also launch it locally:
|
| 87 |
|
| 88 |
```bash
|
| 89 |
python3 scripts/app.py
|
|
@@ -96,7 +111,7 @@ We welcome all forms of contribution, including but not limited to:
|
|
| 96 |
- Suggesting improvements
|
| 97 |
- Submitting code changes (please open an issue for discussion first)
|
| 98 |
|
| 99 |
-
Please contact us via the project's [issues](https://github.com/
|
| 100 |
|
| 101 |
---
|
| 102 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: FastCDM
|
| 3 |
+
emoji: ⚡️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
short_description: High-performance LaTeX formula evaluation tool using KaTeX.
|
| 9 |
+
tags:
|
| 10 |
+
- latex
|
| 11 |
+
- formula-recognition
|
| 12 |
+
- evaluation
|
| 13 |
+
- katex
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
<div align="center">
|
| 17 |
|
| 18 |
# ⚡️FastCDM
|
| 19 |
|
| 20 |
+
[**[GitHub Repo]**](https://github.com/SoMarkAI/FastCDM) | [**[HuggingFace Spaces]**](https://huggingface.co/spaces/SoMark/FastCDM)
|
| 21 |
|
| 22 |
<p>
|
| 23 |
<a href="https://pypi.org/project/fastcdm/">
|
|
|
|
| 98 |
|
| 99 |
### Interactive Demo
|
| 100 |
|
| 101 |
+
We provide a visualization Demo developed with Gradio, which you can try on [HuggingFace Spaces](https://huggingface.co/spaces/SoMark/FastCDM). You can also launch it locally:
|
| 102 |
|
| 103 |
```bash
|
| 104 |
python3 scripts/app.py
|
|
|
|
| 111 |
- Suggesting improvements
|
| 112 |
- Submitting code changes (please open an issue for discussion first)
|
| 113 |
|
| 114 |
+
Please contact us via the project's [issues](https://github.com/SoMarkAI/FastCDM/issues).
|
| 115 |
|
| 116 |
---
|
| 117 |
|