Using the new, generally available AWS SDK for Rust, you can interact with the Amazon Rekognition service and perform label detection. Label detection will analyze an input image file and provide a series of descriptors (labels) that classify the image into various categories. You can use this data to group images together in a library, for security monitoring purposes, and many other use cases. In this video, we'll take a look at how you can use the Rust programming language to build a high performance CLI tool that runs label detection, using the AWS SDK for Rust. We'll be building the app in the GitHub Codespaces service, to minimize the amount of environmental setup required.
Check out our full blog to learn more:
https://stratusgrid.com/blog/how-to-s...