Commit
·
ab67987
1
Parent(s):
458faa7
improve readme
Browse files
README.md
CHANGED
@@ -8,14 +8,18 @@ To run this tool you will need the following sofware installed on your computer:
|
|
8 |
+ [ImageMagick](https://imagemagick.org/script/download.php)
|
9 |
+ [Python (3.11)](https://www.python.org/downloads/release/python-3116/)
|
10 |
|
|
|
|
|
11 |
```{bash}
|
12 |
-
git clone [email protected]:marquesafonso/
|
13 |
|
14 |
pip install pipenv
|
15 |
|
16 |
pipenv install
|
17 |
```
|
18 |
|
|
|
|
|
19 |
## Quick start
|
20 |
|
21 |
Run the following code to your example. The example is based on a youtube video url (optional):
|
|
|
8 |
+ [ImageMagick](https://imagemagick.org/script/download.php)
|
9 |
+ [Python (3.11)](https://www.python.org/downloads/release/python-3116/)
|
10 |
|
11 |
+
Once you are at your desired working directory, run the following commands on your terminal:
|
12 |
+
|
13 |
```{bash}
|
14 |
+
git clone [email protected]:marquesafonso/multilang-asr-captioner.git
|
15 |
|
16 |
pip install pipenv
|
17 |
|
18 |
pipenv install
|
19 |
```
|
20 |
|
21 |
+
Note that this assumes a proper Git installation and ssh key configuration.
|
22 |
+
|
23 |
## Quick start
|
24 |
|
25 |
Run the following code to your example. The example is based on a youtube video url (optional):
|