Skip to content

Commit

Permalink
better formating
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaga committed Feb 15, 2023
1 parent 329a0b1 commit eb336e4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,25 @@ For more information on the classifier please refere to our [manuscript](https:/

## Installation

Get the repository.

```
git clone https://github.com/marcpaga/sturgeon
```

Optional: to include the models directly to the installation path. Otherwise, during prediction, you can just pass the path to the zip file
Download the desired models, see below for available models and links.
### Optional
To include the models directly to the installation path, download the desired models, see below for available models and links.

And the move the models:
```
cd sturgeon
mv DOWNLOADED_MODEL.zip sturgeon/include/models/DOWNLOADED_MODEL.zip
```

Otherwise, during prediction, you can just pass the path to the zip file.

Install Sturgeon.

```
cd sturgeon # if you haven't
Expand Down

0 comments on commit eb336e4

Please sign in to comment.