Skip to content
Merged
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
5 changes: 4 additions & 1 deletion docs/docs/getting-started/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ sophisticated computer vision accessible to everyone.

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

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.
![Eagle Detector](/img/eagle_detector.png)

### Prerequisites
Before diving in, you'll need:
1. A [Groundlight account](https://dashboard.groundlight.ai/) (sign up is quick and easy!)
Expand Down Expand Up @@ -97,7 +100,7 @@ from groundlight import Groundlight, Detector, ImageQuery
gl = Groundlight()
detector: Detector = gl.get_or_create_detector(
name="eagle-detector",
query="Is there an eagle visible?",
query="Are the baby eagles being fed??",
)

# Big Bear Bald Eagle Nest livestream
Expand Down
Binary file added docs/static/img/eagle_detector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading