-
Notifications
You must be signed in to change notification settings - Fork 4
update docs at the getting started page to resemble Tim Huff's guidan… #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
Build a working computer vision system in just a few lines of python: | ||
If you're new to Groundlight, this is a good place to start. Learn how to run your first computer vision application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're new to Groundlight AI, this is a good place to start. This is the equivalent of building a "Hello, world!" application.
Don't code? Use Groundlight's no code option or reach out to Groundlight AI so we can build a custom computer vision application for you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
For our first demo, we’ll build a detector that checks if a trashcan is overflowing. You can copy the following code into a file inside your VSCode or check out the [github page](https://github.com/groundlight/video_tutorials/tree/main/sdk_intro). | ||
|
||
You can start using Groundlight with a USB camera attached to your computer in just 15 lines of Python! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For your first and simple application you can build a binary detector, which is computer vision model where the answer will either be 'Yes' or 'No'. Groundlight AI will confirm if the thumb is facing up or down ("Is the thumb facing up?").
You can start using Groundlight using just your laptop camera, but you can also use a USB camera if you have one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Want to deploy your Groundlight application on a dedicated device? See our guide on [how to use Groundlight with a Raspberry Pi](https://www.groundlight.ai/guides/raspberry-pi-tutorial). | ||
|
||
Check out [the docs](https://code.groundlight.ai/python-sdk/) to learn how to further customize your app. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that you've built your first application, learn how to write queries.
Want to play around with sample applications built by Groundlight AI? Visit Guides to build example applications, from detecting birds outside of your window to running Groundlight AI on a Raspberry Pi.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
In order to verify your identity while connecting to your custom ML models through our SDK, you’ll need to create an API token. | ||
|
||
1. Head over to [http://dashboard.groundlight.ai/](http://dashboard.groundlight.ai/) and create or log into your account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Head over to [http://dashboard.groundlight.ai/](http://dashboard.groundlight.ai/) and create or log into your account | |
1. Head over to [https://dashboard.groundlight.ai/](https://dashboard.groundlight.ai/) and create or log into your account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
For our first demo, we’ll build a detector that checks if a trashcan is overflowing. You can copy the following code into a file inside your VSCode or check out the [github page](https://github.com/groundlight/video_tutorials/tree/main/sdk_intro). | ||
|
||
You can start using Groundlight with a USB camera attached to your computer in just 15 lines of Python! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can start using Groundlight with a USB camera attached to your computer in just 15 lines of Python! | |
For your first and simple application you can build a binary detector, which is computer vision model where the answer will either be 'Yes' or 'No'. Groundlight AI will confirm if the thumb is facing up or down ("Is the thumb facing up?"). | |
You can start using Groundlight using just your laptop camera, but you can also use a USB camera if you have one.``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Want to deploy your Groundlight application on a dedicated device? See our guide on [how to use Groundlight with a Raspberry Pi](https://www.groundlight.ai/guides/raspberry-pi-tutorial). | ||
|
||
Check out [the docs](https://code.groundlight.ai/python-sdk/) to learn how to further customize your app. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Want to deploy your Groundlight application on a dedicated device? See our guide on [how to use Groundlight with a Raspberry Pi](https://www.groundlight.ai/guides/raspberry-pi-tutorial). | |
Check out [the docs](https://code.groundlight.ai/python-sdk/) to learn how to further customize your app. | |
Now that you've built your first application, learn how to [write queries](https://code.groundlight.ai/python-sdk/docs/getting-started/writing-queries). | |
Want to play around with sample applications built by Groundlight AI? Visit [Guides](https://www.groundlight.ai/guides) to build example applications, from detecting birds outside of your window to running Groundlight AI on a Raspberry Pi. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
Build a working computer vision system in just a few lines of python: | ||
If you're new to Groundlight, this is a good place to start. Learn how to run your first computer vision application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're new to Groundlight, this is a good place to start. Learn how to run your first computer vision application. | |
If you're new to Groundlight AI, this is a good place to start. This is the equivalent of building a "Hello, world!" application. | |
Don't code? [Reach out to Groundlight AI](mailto:[email protected]) so we can build a custom computer vision application for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Hi JB! Can you incorporate the suggested changes and then we're good to merge! Thank you |
Tyler, Changes incorporated. JB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good, I'll merge it after checking with Julia next week
Initial revision to the getting started docs page to more closely resemble guidance from Tim Huff's page hosted at https://www.groundlight.ai/guides/beginner-tutorial-computer-vision-python-sdk