Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,14 @@ This model was trained on the [unsloth/LaTeX_OCR](https://huggingface.co/dataset
|
|
29 |
|
30 |
### Installation
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
Install the required dependencies:
|
33 |
|
34 |
```bash
|
|
|
29 |
|
30 |
### Installation
|
31 |
|
32 |
+
Clone the AnyModal Project:
|
33 |
+
|
34 |
+
```bash
|
35 |
+
git clone https://github.com/ritabratamaiti/AnyModal.git
|
36 |
+
```
|
37 |
+
|
38 |
+
Navigate to the LaTeX OCR Project (see https://github.com/ritabratamaiti/AnyModal/tree/main/LaTeX%20OCR)
|
39 |
+
|
40 |
Install the required dependencies:
|
41 |
|
42 |
```bash
|