You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,6 @@ To have it up and running please execute the following steps:
52
52
[Download and install Ollama](https://ollama.com/download)
53
53
[Download and install Docker](https://www.docker.com/products/docker-desktop/)
54
54
55
-
(MAC)
56
-
```
57
-
brew install poppler
58
-
brew install libmagic
59
-
```
60
55
61
56
> ### Setting Up Ollama on a Remote Host
62
57
>
@@ -117,6 +112,12 @@ run.sh
117
112
118
113
This command will install all the dependencies - including Redis (via Docker, so it is not entirely docker free method of running `text-extract-api` anyways :)
119
114
115
+
(MAC) - Dependencies
116
+
```
117
+
brew install poppler
118
+
brew install libmagic
119
+
```
120
+
120
121
(Mac) - You need to startup the celery worker
121
122
```
122
123
source .venv/bin/activate && celery -A text_extract_api.celery_app worker --loglevel=info --pool=solo
0 commit comments