You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Load a certain project, workspace url is optional
54
+
# Load a certain project (workspace url is optional)
55
55
project = rf.project("PROJECT_ID")
56
56
57
57
# List all versions of a specific project
@@ -79,9 +79,9 @@ prediction.json()
79
79
prediction.save(output_path='predictions.jpg')
80
80
```
81
81
82
-
## Using this package for a specifc project
82
+
## Using this package for a specific project
83
83
84
-
If you have a specific project from your workspace you'd like to run in a notebook follow along on this tutorial [Downloading Datasets from Roboflow for Training (Python)](https://www.youtube.com/watch?v=76E6esnez8E)
84
+
If you have a specific project from your workspace you'd like to run in a notebook, follow along with this tutorial:[Downloading Datasets from Roboflow for Training (Python)](https://www.youtube.com/watch?v=76E6esnez8E).
85
85
86
86
Selecting the format you'd like your project to be exported as while choosing the `show download code` option will display code snippets you can use in either Jupyter or your terminal. These code snippets will include your `api_key`, project, and workspace names.
**Note** If you are using [VSCode](https://code.visualstudio.com/) we reccomend to read the ["Developing inside a Container"](https://code.visualstudio.com/docs/remote/containers) tutorial.
127
-
128
-
126
+
**Note** If you are using [VSCode](https://code.visualstudio.com/) we recommend you read the ["Developing inside a Container"](https://code.visualstudio.com/docs/remote/containers) tutorial.
129
127
130
128
### Using Virtualenv
131
129
@@ -161,7 +159,8 @@ python -m unittest
161
159
### Code Quality
162
160
163
161
When creating new functions, please follow the [Google style Python docstrings](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html). See example below:
0 commit comments