Skip to content

Commit a491bbd

Browse files
Vedant DiwanjiVedant Diwanji
Vedant Diwanji
authored and
Vedant Diwanji
committed
2 parents 90a204c + da7bbaf commit a491bbd

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff 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

1010
Command 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`

config.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
}

0 commit comments

Comments
 (0)