https://github.com/roboflow/stacked-boxes-email-notification
A small project demonstrating how Roboflow's Inference APIs can be used to trigger email notifications.
https://github.com/roboflow/stacked-boxes-email-notification
Last synced: 26 days ago
JSON representation
A small project demonstrating how Roboflow's Inference APIs can be used to trigger email notifications.
- Host: GitHub
- URL: https://github.com/roboflow/stacked-boxes-email-notification
- Owner: roboflow
- Created: 2022-08-08T06:50:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T18:50:57.000Z (almost 4 years ago)
- Last Synced: 2025-09-29T09:43:00.055Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monitoring Stacks of Boxes with Email Notifications
Use the Roboflow API and Jetson Nano docker container to monitor items of interest with email notifications. The code in this repository detects
stacks of three or more packages (deemed potentially unsafe) and sends email notifications when detected. [Roboflow Blog Post](https://blog.roboflow.com/object-detection-jetson-nano-python/).

# Tell us about what you built, ask us questions, or provide feedback for improvements! opensource@roboflow.com and our [Community Forum](https://discuss.roboflow.com):
## [Website](https://docs.roboflow.com/python) • [Docs](https://docs.roboflow.com) • [Blog](https://blog.roboflow.com) • [Twitter](https://twitter.com/roboflow) • [Linkedin](https://www.linkedin.com/company/roboflow-ai) • [Roboflow Universe](https://universe.roboflow.com) • [Knowledge Base](https://help.roboflow.com)
# What is Roboflow?
## **Roboflow** makes managing, preprocessing, augmenting, and versioning datasets for computer vision seamless. Key features of Roboflow:
- Import and Export image datasets into any supported [formats](https://roboflow.com/formats)
- [Preprocess](https://docs.roboflow.com/image-transformations/image-preprocessing)
and [augment](https://docs.roboflow.com/image-transformations/image-augmentation) data using Roboflow's dataset
management tools
- Train computer vision models using [Roboflow Train](https://docs.roboflow.com/train) and deploy
to [production](https://docs.roboflow.com/inference)
- Use [community curated projects](https://universe.roboflow.com/) to start building your own vision-powered products
### To find more information on setting up or adopting this for other use-cases, check out [the accompanying blog post here.](https://blog.roboflow.com/object-detection-jetson-nano-python/)