Spaces:
Running
Running
Eason Lu
commited on
Commit
·
7a7c7ac
1
Parent(s):
97c4132
Update README.md
Browse filesFormer-commit-id: 8a5a0fbb5e919d0dcc4787fc5df6c61cbefaf141
README.md
CHANGED
@@ -1,7 +1,22 @@
|
|
1 |
# PROJECT-T
|
2 |
|
3 |
-
##
|
4 |
|
5 |
-
|
6 |
pip install -r requirement.txt
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# PROJECT-T
|
2 |
|
3 |
+
## Installation
|
4 |
|
5 |
+
```
|
6 |
pip install -r requirement.txt
|
7 |
+
```
|
8 |
+
|
9 |
+
## Usage
|
10 |
+
```
|
11 |
+
usage: pipeline.py [-h] [--link LINK] [--local_path LOCAL_PATH] [--download DOWNLOAD] [--result RESULT] [--video_name VIDEO_NAME]
|
12 |
+
|
13 |
+
options:
|
14 |
+
-h, --help show this help message and exit
|
15 |
+
--link LINK youtube video link here
|
16 |
+
--local_path LOCAL_PATH
|
17 |
+
local video path here
|
18 |
+
--download DOWNLOAD download path
|
19 |
+
--result RESULT translate result path
|
20 |
+
--video_name VIDEO_NAME
|
21 |
+
video name
|
22 |
+
```
|