Skip to content

Commit 05a4a91

Browse files
julia-groundlightJulia Gallf-wright
authored
Changing the detector per Leo's request (#346)
Instead of "Is there an eagle", making the detector reflect a bit more of Groundlight's strengths --------- Co-authored-by: Julia Gall <julia@MacBookPro.positronix.local> Co-authored-by: Francine Wright <fwright@hmc.edu>
1 parent 67c8d29 commit 05a4a91

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/docs/getting-started/getting-started.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ sophisticated computer vision accessible to everyone.
1212

1313
Don't code? No problem! [Contact our team](mailto:support@groundlight.ai) and we'll build a custom solution tailored to your needs.
1414

15+
In this example, we'll build a simple eagle detector that can analyze live video streams and tell us if there are baby eagles being fed.
16+
![Eagle Detector](/img/eagle_detector.png)
17+
1518
### Prerequisites
1619
Before diving in, you'll need:
1720
1. A [Groundlight account](https://dashboard.groundlight.ai/) (sign up is quick and easy!)
@@ -97,7 +100,7 @@ from groundlight import Groundlight, Detector, ImageQuery
97100
gl = Groundlight()
98101
detector: Detector = gl.get_or_create_detector(
99102
name="eagle-detector",
100-
query="Is there an eagle visible?",
103+
query="Are the baby eagles being fed??",
101104
)
102105

103106
# Big Bear Bald Eagle Nest livestream

docs/static/img/eagle_detector.png

1.72 MB
Loading

0 commit comments

Comments
 (0)