File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Installation Instructions -
55
66` pip3 install -r requirements.txt `
77
8- Create a config.json file containing '{}' .
8+ Create a config.json file using the sample file in the repository .
99
1010Command Line Interface -
1111
@@ -30,8 +30,6 @@ The cli.py file takes as input the following parameters:
3030
3131-r / --repo_url: Link to the github repository for extracting information
3232
33- -m / --model_path: Path to the pickled models for extraction
34-
3533-o / --output: Output file name
3634
3735-t / --threshold: Threshold to classify the content of the readme file
@@ -42,4 +40,4 @@ Example:
4240
4341` python3 createJSON.py -r https://github.com/{owner}/{repository_name} -m ./models/ -o output.json -t 0.5 `
4442
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