https://github.com/tlklein/object-detection-aws-rekognition
This repository contains an object detection project utilizing AWS Rekognition, Amazon's cloud-based computer vision service. The project enables users to process images, detect objects, and retrieve results programmatically.
https://github.com/tlklein/object-detection-aws-rekognition
Last synced: over 1 year ago
JSON representation
This repository contains an object detection project utilizing AWS Rekognition, Amazon's cloud-based computer vision service. The project enables users to process images, detect objects, and retrieve results programmatically.
- Host: GitHub
- URL: https://github.com/tlklein/object-detection-aws-rekognition
- Owner: tlklein
- License: mit
- Created: 2025-02-20T03:39:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T03:52:17.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:26:30.707Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Object Dectection Using AWS Rekognition
This repository contains an object detection project utilizing AWS Rekognition, Amazon's cloud-based computer vision service. The project enables users to process images, detect objects, and retrieve results programmatically.
## Data
You can download the data I use in this tutorial [here](https://drive.google.com/file/d/1redK38hzH3_t5r4wD7T3t1Qfq7T97-ed/view?usp=sharing).
## Object Detection Labels
You can find the up-to-date list of labels detected with AWS Rekognition [here](https://docs.aws.amazon.com/rekognition/latest/dg/labels.html).
### References
1. AWS Rekognition Documentation
- Link: https://docs.aws.amazon.com/rekognition/)
2. Boto3 Library
- Link: https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
3. Object detection with Amazon Rekognition | Computer vision tutorial
- Link: https://www.youtube.com/watch?v=-r4EWjU7G6I&ab_channel=Computervisionengineer