Tonic commited on
Commit
67ac079
1 Parent(s): 2e1d4b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # Texify
2
 
3
  Texify is an OCR model that converts images or pdfs containing math into markdown and LaTeX that can be rendered by MathJax ($$ and $ are delimiters). It can run on CPU, GPU, or MPS.
 
1
+ ---
2
+ license: mit
3
+ title: Tonic's Texify
4
+ emoji: ✖️➖➕➗🟰
5
+ colorFrom: indigo
6
+ colorTo: pink
7
+ pinned: true
8
+ ---
9
  # Texify
10
 
11
  Texify is an OCR model that converts images or pdfs containing math into markdown and LaTeX that can be rendered by MathJax ($$ and $ are delimiters). It can run on CPU, GPU, or MPS.