Skip to content
Merged
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
111 changes: 96 additions & 15 deletions docs/docs/sample-applications/sample-applications.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,116 @@
# Sample Computer Vision Projects & Applications

Explore these example computer vision projects and real-world applications built with Groundlight’s computer vision tools. Ideal for developers, researchers, and AI enthusiasts.
Explore these example computer vision projects and real-world applications built with Groundlight's computer vision tools. Ideal for developers, researchers, and AI enthusiasts.

_If you're interested in building something else or have questions, reach out to Groundlight's application engineers at support@Groundlight.ai._

<br />

### Quick Navigation
- [Security & Facility Management Computer Vision Projects](#security--facility-management-computer-vision-projects--applications)
- [Retail Analytics Computer Vision Projects](#retail-analytics-computer-vision-projects--applications)
- [Industrial and Manufacturing Computer Vision Projects](#industrial-and-manufacturing-computer-vision-projects--applications)
- [Fun Hobbyist Computer Vision Projects for AI Tinkerers](#fun-hobbyist-computer-vision-projects-for-ai-tinkerers)

<br /><br />

_If you’re interested in building something else or have questions, reach out to Groundlight’s application engineers at support@Groundlight.ai._

## Security & Facility Management Computer Vision Projects & Applications
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we just need to say "Security & Facility Management" here

"Computer Vision Projects & Applications" is implied by the context of the page we are looking at

Same comment applies to the other section headers

- **Detect leak and spills**: [View Github Repo →](https://github.com/groundlight/leak-detection-sample)
- **Monitor your parking spots**: [View Github Repo →](https://github.com/groundlight/video_tutorials/tree/main/parking_spot_detector)


### Detect leaks and spills
[![Detect Leaks and Spills](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a802d01436a8578659e_Detect_leaks_and_spills_computer_vision_project.jpg)](https://github.com/groundlight/leak-detection-sample)
[**View Github Repo →**](https://github.com/groundlight/leak-detection-sample)

<br />

### Monitor your parking spots
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Monitor parking spots"

[![Detect Parking Spot](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a81a71e74975ede51c4_detect_parking_spot_computer_vision_project.jpg)](https://github.com/groundlight/video_tutorials/tree/main/parking_spot_detector)
[**View Github Repo →**](https://github.com/groundlight/video_tutorials/tree/main/parking_spot_detector)

<br /><br />

## Retail Analytics Computer Vision Projects & Applications
- **Count people & employees walking in and out of a door**: [View Github Repo →](https://github.com/groundlight/employee-counting)
- **Inventory monitoring and management**: [View Github Repo →](https://github.com/groundlight/inventory-management)
- **Monitor utilization of the customer service counter**: [View the retail analytics implementation →](https://code.groundlight.ai/python-sdk/docs/sample-applications/retail-analytics)

## Industrial and Manufacturing Computer Vision Projects & Applications
### Count employees walking in & out of a door
[![Count Employees](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a810bed942316761941_count_employees_computer_vision.jpg)](https://github.com/groundlight/employee-counting)
[**View Github Repo →**](https://github.com/groundlight/employee-counting)

Groundlight's natural language-based computer vision technology transforms industrial processes in several key areas:
<br />

### Inventory monitoring & management
[![Inventory Monitoring](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a815320a6510916d6d2_inventory_monitoring_computer_vision.jpg)](https://github.com/groundlight/inventory-management)
[**View Github Repo →**](https://github.com/groundlight/inventory-management)

<br />

### Monitor utilization of the customer service counter
[![Retail Analytics](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a8189e0f3dadb533b74_retail_analytics_computer_vision.jpg)](https://code.groundlight.ai/python-sdk/docs/sample-applications/retail-analytics)
[**View Github Repo →**](https://code.groundlight.ai/python-sdk/docs/sample-applications/retail-analytics)

<br /><br />

## Industrial and Manufacturing Computer Vision Projects & Applications

<br />

Groundlight's natural language-based computer vision technology transforms industrial processes in several key areas:
- **Machine Tending**: Automate loading/unloading of CNC machines and manufacturing equipment
- **Process Automation**: Optimize workflows and reduce manual intervention through intelligent vision systems
- **Quality Control**: Identify defects and maintain strict quality standards
- **Cobot Integration**: Enhance capabilities of collaborative robots and CNC machines

Here are a couple of projects to get you started:

<br />

### Counting objects on a moving conveyor belt
[![Conveyor Counting](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a803fc698d37f1d0269_part_counting_conveyor_belt_computer_vision_project.jpg)](https://github.com/groundlight/conveyor-counting)
[**View Github Repo →**](https://github.com/groundlight/conveyor-counting)

<br />

### Determine the orientation of boxes
[![Box Orientation](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a801229c4ed192bc8d4_box_orientation_computer_vision_project.jpg)](https://github.com/groundlight/box_orientation_demo)
[**View Github Repo →**](https://github.com/groundlight/box_orientation_demo)

[Check out this blog post](https://www.groundlight.ai/blog/computer-vision-in-manufacturing) to learn more about how Groundlight can be used for a variety of industrial applications.

## Fun Hobbyist Computer Vision Projects for AI Tinkerers
<br /><br />

## Fun Hobbyist Computer Vision Projects for AI Tinkerers
Looking for an easy way to tinker with computer vision AI at home? From observing nature to playing Halloween pranks, here are some fun ways to try out Groundlight’s computer vision capabilities and tools:
<br /><br />

### Detect animals in your garden
[![Detect Animals](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a81c988417395cba25c_detect_animals_in_garden_computer_vision_project.jpg)](https://github.com/robotrapta/garden-watcher)
[**View Github Repo →**](https://github.com/robotrapta/garden-watcher)

<br />

### Detect kitchen cleanliness
[![Kitchen Cleanliness](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a80557fe01715c87d7e_detect_kitchen_cleanliness_computer_vision_project.jpg)](https://github.com/robotrapta/domestic-tranquility)
[**View Github Repo →**](https://github.com/robotrapta/domestic-tranquility)

<br />

### Halloween computer vision prank
[![Halloween Prank](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a810cee1938503a73e3_halloween_computer_vision_project.jpg)](https://github.com/robotrapta/aihalloween)
[**View Github Repo →**](https://github.com/robotrapta/aihalloween)

<br />

### Keep your dog off the couch
[![Dog on Couch](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a80d6909db987317027_detect_dog_on_couch_computer_vision_project.jpg)](https://code.groundlight.ai/python-sdk/docs/sample-applications/dog-on-couch)
[**Build your own dog detector →**](https://code.groundlight.ai/python-sdk/docs/sample-applications/dog-on-couch)

<br />

### Alert if a bird is at the feeder
[![Hummingbird Feeder](https://cdn.prod.website-files.com/664b7cc2ac49aeb2da6ef0f4/68546a80c7ecb3b44169180e_detect_hummingbird_computer_vision_project.jpg)](https://code.groundlight.ai/python-sdk/docs/sample-applications/streaming-with-alerts)
[**Create a monitor for birds at your feeder →**](https://code.groundlight.ai/python-sdk/docs/sample-applications/streaming-with-alerts)



- **A “garden monitor” that detects wild animals in your garden and plays a sound to scare them off**: [View Github Repo →](https://github.com/robotrapta/garden-watcher)
- **Monitor if the kitchen is clean**: [View Github Repo →](https://github.com/robotrapta/domestic-tranquility)
- **Halloween prank to scare trick-or-treaters walking by**: [View Github Repo →](https://github.com/robotrapta/aihalloween)
- **Keep your dog off the couch**: [Build your own dog detector →](https://code.groundlight.ai/python-sdk/docs/sample-applications/dog-on-couch)
- **Monitor and alert if a bird is at the bird feeder**: [Create a monitor for birds at your feeder →](https://code.groundlight.ai/python-sdk/docs/sample-applications/streaming-with-alerts)
<br /><br />
<br /><br />
Loading