Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ rf = roboflow.Roboflow(api_key="")

</details>

<!-- --8<-- [start:quickstart] -->
## Quickstart

Below are some common methods used with the Roboflow Python package, presented concisely for reference. For a full library reference, refer to the [Roboflow API reference documentation](https://docs.roboflow.com/api-reference).
Expand Down Expand Up @@ -155,6 +156,8 @@ predictions = model.predict(img_url, hosted=True).json()
print(predictions)
```

<!-- --8<-- [end:quickstart] -->

### Search and Export

Search for images across your workspace and export matching results as a ready-to-use dataset:
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--8<-- "CHANGELOG.md"
1 change: 1 addition & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--8<-- "README.md:quickstart"
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
base_path: ['.']
check_paths: true
- attr_list
- md_in_html
- pymdownx.tabbed:
Expand Down