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
Copy file name to clipboardExpand all lines: docs/docs/getting-started/getting-started.mdx
+26-24Lines changed: 26 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ Don't code? [Contact our team](mailto:support@groundlight.ai) and we'll build a
8
8
9
9
### Prerequisites
10
10
Before you begin, make sure you have:
11
-
1. A [Groundlight account](https://dashboard.groundlight.ai/)
12
-
2. An API token from the [Groundlight dashboard](https://dashboard.groundlight.ai/reef/my-account/api-tokens)
13
-
3. Python 3.9 or newer
11
+
1. A [Groundlight account](https://dashboard.groundlight.ai/)!
12
+
2. An API token from the [Groundlight dashboard](https://dashboard.groundlight.ai/reef/my-account/api-tokens). See our [guide to API Tokens](http://localhost:3000/python-sdk/docs/getting-started/api-tokens) for more info.
13
+
3. Python 3.9 or newer installed
14
14
15
15
### Installing the Groundlight SDK
16
16
@@ -32,22 +32,10 @@ pip install groundlight
32
32
For more detailed installation instructions, see the [installation guide](/docs/installation/).
33
33
34
34
### Authentication
35
-
36
-
In order to verify your identity while connecting to your custom ML models through our SDK, you’ll need to create an API token.
37
-
38
-
1. Log into your previously created account at https://dashboard.groundlight.ai/
39
-
40
-
2. Once in, click on your username in the upper right hand corner of your dashboard:
print(f"The answer is {image_query.result.label}")
@@ -113,11 +109,17 @@ Congratulations! You now have a fully functional computer vision application. Yo
113
109
Monitor and enhance your detector's performance through the [Groundlight Dashboard](https://dashboard.groundlight.ai/).
114
110
Groundlight's human-in-the-loop technology intelligently monitors your image feed for anomalies and unexpected changes.
115
111
By reviewing and verifying results, you continuously improve the system's accuracy. Through the dashboard, you can also
116
-
configure text and email notifications to alert you when important events are detected in your video stream.
112
+
[configure text and email notifications](/docs/guide/alerts) to alert you when important events are detected in your video stream.
117
113
118
114
### Next Steps
119
115
120
-
Now that you've built your first application, learn how to write effective [queries](/docs/getting-started/writing-queries).
116
+
Now that you've built your first application, you can:
117
+
1. Learn how to [write effective queries](/docs/getting-started/writing-queries).
118
+
2. Proceed to [capture images from a wide variety of sources](/docs/guide/grabbing-images) using [`framegrab`](https://github.com/groundlight/framegrab).
119
+
3. Read our guide to [confidence thresholds](/docs/guide/managing-confidence).
120
+
121
+
121
122
122
123
Ready to explore more possibilities? Visit our [Guides](https://www.groundlight.ai/guides) to discover sample
123
-
applications built with Groundlight AI — from bird detection systems to Raspberry Pi implementations.
124
+
applications built with Groundlight AI — from [industrial inspection workflows](https://www.groundlight.ai/blog/lkq-corporation-uses-groundlight-ai-to-revolutionize-quality-control-and-inspection)
125
+
to [hummingbird detection systems](https://www.groundlight.ai/guides/detecting-hummingbirds-with-groundlight-ai).
0 commit comments