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
+4-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The application also includes tailored visualizations depending on the annotatio
14
14
|[WebVTT](https://www.w3.org/TR/webvtt1/) for showing alignments of video captions. |[Whisper](https://github.com/clamsproject/app-whisper-wrapper), [Kaldi](https://github.com/clamsproject/app-aapb-pua-kaldi-wrapper)|
15
15
| Javascript bounding boxes for image and OCR annotations. |[Tesseract](https://github.com/clamsproject/app-tesseractocr-wrapper), [EAST](https://github.com/clamsproject/app-east-textdetection)|
16
16
| Named entity annotations with [displaCy.](https://explosion.ai/demos/displacy-ent)|[SPACY](https://github.com/clamsproject/app-spacy-wrapper)||
17
+
| Screenshots & HTML5 video navigation of TimeFrames |[Chyron text recognition](https://github.com/clamsproject/app-chyron-text-recognition), [Slate detection](https://github.com/clamsproject/app-slatedetection), [Bars detection](https://github.com/clamsproject/app-barsdetection)|
17
18
18
19
19
20
@@ -65,14 +66,16 @@ With this, the mounted directory `/data` in the container is accessable from ins
65
66
66
67
67
68
68
-
## Running the server without Docker/Podman
69
+
## Running the server locally
69
70
70
71
First install the python dependencies listed in `requirements.txt`:
71
72
72
73
````bash
73
74
$ pip install -r requirements.txt
74
75
````
75
76
77
+
You will also need to install opencv-python if you are not running within a container (`pip install opencv-python`).
78
+
76
79
Let's again assume that the data are in a local directory `/Users/Shared/archive` with sub directories `audio`, `image`, `text` and`video`. You need to copy, symlink, or mount that local directory into the `static` directory. Note that the `static/data` symbolic link that is in the repository is set up to work with the docker containers, if you keep it in that form your data need to be in `/data`, otherwise you need to change the link to fit your needs, for example, you could remove the symbolic link and replace it with one that uses your local directory:
0 commit comments