An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Header


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