File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Installation Instructions -
5
5
6
6
` pip3 install -r requirements.txt `
7
7
8
- Create a config.json file containing '{}' .
8
+ Create a config.json file using the sample file in the repository .
9
9
10
10
Command Line Interface -
11
11
@@ -30,8 +30,6 @@ The cli.py file takes as input the following parameters:
30
30
31
31
-r / --repo_url: Link to the github repository for extracting information
32
32
33
- -m / --model_path: Path to the pickled models for extraction
34
-
35
33
-o / --output: Output file name
36
34
37
35
-t / --threshold: Threshold to classify the content of the readme file
@@ -42,4 +40,4 @@ Example:
42
40
43
41
` python3 createJSON.py -r https://github.com/{owner}/{repository_name} -m ./models/ -o output.json -t 0.5 `
44
42
45
- ` python3 cli.py -r https://github.com/{owner}/{repository_name} -m ./models/ - o output.json -t 0.5 `
43
+ ` python3 cli.py -r https://github.com/{owner}/{repository_name} -o output.json -t 0.5 `
Original file line number Diff line number Diff line change
1
+ {
2
+ "Authorization" : " token PersonalAccessToken" ,
3
+ "description" : " ./models/description.sk" ,
4
+ "citation" : " ./models/citation.sk" ,
5
+ "installation" : " ./models/installation.sk" ,
6
+ "invocation" : " ./models/invocation.sk"
7
+ }
You can’t perform that action at this time.
0 commit comments