https://github.com/swhl/equationtolatex
https://github.com/swhl/equationtolatex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swhl/equationtolatex
- Owner: SWHL
- License: mit
- Created: 2023-11-04T02:25:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T00:54:50.000Z (over 2 years ago)
- Last Synced: 2025-01-25T05:41:27.963Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 8.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Equatioin To LaTeX
该项目主要是整合现有开源的公式识别项目,探索目前最优的公式识别落地方案。
大部分代码来自[lukas-blecher/LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR),在该项目基础上做相关探索。
## 训练模型
### 准备数据
### 开始训练
### 评估
### 测试单张
### 指标
| BLEU score | normed edit distance | token accuracy |
| ---------- | -------------------- | -------------- |
| - | - | - |
## Contribution
Contributions of any kind are welcome.
## Acknowledgment
Code taken and modified from [lukas-blecher/LaTeX-OCR](https://github.com/lukas-blecher/LaTeX-OCR)