Code

Discussion on AWS Amazon Rekognition - Deep Learning Face and Image Recognition Service

Discussion on AWS Amazon Rekognition - Deep Learning Face and Image Recognition Service

By
Cart 116 sales

Berkine supports this item

Supported

This author's response time can be up to 2 business days.

56 comments found.

Hi,

I really liked the code, congratulations to the team. Could you help me with uploading images? When I process an image that is saved locally (along with the script folder) the text is extracted normally, but if I upload the photo it doesn’t work.

2 doubts:

1) Must the image be sent to Amazon’s S3? 2) Even with the promotions in the buckt, I can’t process any image through the upload. The permission I enabled was this, is that correct?

{ “Version”: “2012-10-17”, “Statement”: [ { “Sid”: “PolicyForAllowUploadWithACL”, “Effect”: “Allow”, “Principal”: { “AWS”: “arn:aws:iam::123456789:user/MyUser” }, “Action”: “s3:PutObject”, “Resource”: “arn:aws:s3:::MybucketName/*”, “Condition”: { “StringEquals”: { “s3:x-amz-acl”: “bucket-owner-full-control” } } } ] }

Thanks!

Hi,

Support is only provided for customers who purchased the product, so you will need to purchase first if you need our help.

how to make money with this?

my mean, I no have idea how to monetize. Maybe you can give some idea

You can use it as a base of image processing app as it solves Rekognition response parsing already for you, etc…

okay, I will try to check again. thankyou

Hi,

Frontend if what you see in the demo and there is also a backend code for each image processing, both can be customized as needed

Hi, can this plugin be purposed out the box to have an end user press an upload button and attach a saved image from gallery or take one from camera. That image will search current database of images/amazon bucket and return if match is available?

Hi,

Not by default, there is some work needs to be done. In particular creating your pool images to compare against. You can check out Amazon Rekognition documentation at aws.amazon.com to learn more about it.

Hi, Can we integrate this with an existing Android & IOS App that contains all the user data. Can you compare the live feed data with an existing image data? Does this solution works as an API Integration or as an Addon to existing apps? My application Backend is PHP (simplify framework)

Hi,

Short answer is no.

To compare live feed data, you will need to have a mechanism to capture the image and then compare, and it also depends against what you want to compare. On the backend it uses Rekognition APIs but script itself does not have it’s own APIs.

Hello, can you respond to questions on https://codecanyon.net/ as soon as possible? The installer said that your own code was flawed, which caused it to not be displayed after the installation. Can you provide instructions?

Hi,

Sorry for delays, while we were on a vacation, we have many pending emails now, we are sorting them out and we will help everyone. So please give us some time.

What are the EC2 and S3 settings and levels required by this application

Hi,

Thanks for the purchase. We are on a vacation just got back yesterday.

I don’t see a support request from you, can you send us an email with further details? berkinedesign@gmail.com

I have sent it for a few days, can you reply to me soon?

Hi,

Sorry for delays, while we were on a vacation, we have many pending emails now, we are sorting them out and we will help everyone. So please give us some time.

Are there online teaching documents? I need to use a translator

Hi,

Thanks for the purchase. We are on a vacation just got back yesterday.

I don’t see a support request from you, can you send us an email with further details? berkinedesign@gmail.com

can this be used for office entrance camera? if yes, how to set it up? and is it possible to add features like face with mask detection, walk in, walk out time, etc..

Regarding usage for entrance camera, this could be done, but will require customization plus addition of image capture trigger. To save cost you would want to take picture only if there is a person. Same goes for walk in and walk out time.

Regarding mask detection, not sure if amazon already implemented this, but you can train with custom label option if you really want to. (Not included in this script)

Can you tell me what exactly I am getting when I purchase this from you? I understand I need to setup the AWS service – But what is it that this plugin will do? Is this the front end I use to scan my images from my database? Please explain more!

Depends on what are you looking for?

This a WYSIWYG script, so no backend admin panel as some of our latest scripts have, and you connecting to an existing database will require manual work with setting up the code as needed.

This script works per uploaded image file, so you can upload and process as needed and do anything you want with the results. But to get most of it, you need to know how you want to use it, and this script helps you in your project by already solving many of the results parsing processes…

Hello, query: I have an amazon bucket where images are constantly being uploaded. Can this script be connected to the bucket and it independently analyzes it automatically and sends me results?

Hi,

Short answer is: not really.

Longer answer: Script doesn’t have built in mechanism to pull from your S3 bucket, as you see from demo you will need to manually upload an image. Although it is straightforward to do it, but still will require some customization of the core. And also you might want to add sending mechanism, whether it would be another S3 bucket or via email…

Can you tell me what kind of image analysis you are looking to get out of your images?

Hello, thank you very much for answering, I was basically thinking that an email alert would arrive in case someone uploaded offensive and adult material to the bucket. Or that I could go into a backend and review and verify system detections. to delete them manually.

I see, doable, but definitely will require some custom work. The best option here is to add some lambda functions as well or do it completely via Amazon Lambda.

is currently unable to handle this request. HTTP ERROR 500 /object-detection/object-detection-backend.php

I’ve just checked, demo works as expected. Try refreshing or close envato iframe, I did testing with and without iframe, works.

Can you provide a document about API key amazon?

hi need to develop digital sinage solution based on your solution. will you able to develop. example when lady stand infront of camera it should detect and display advertisement …

Hi,

Depends on input feed (live person detection method), Can you send further details to berkinedesign@gmail.com

Hi, can we add liveliness In the camera picture? Can you give me ur Skype, we might need installation support or modifications?

Hi,

Do you mean live camera option?

You can send us a support request if you face issues with installation or want to discuss modification at: berkinedesign@gmail.com We don’t use skype.

Hello, I have a travel app created on Android Studio, can I integrate your project with this app?

I see, this app has a face comparison feature, I suggest to speak with your developer if he/she can implement AWS Rekognition APIs, you might want to use another feature of Rekognition which is a face search from a pool of indexed images, it is not included in this app.

can you send the link?

I’m about to set this up to verify a face from an ID and match it to 10 to 15 faces in different pictures. from different times (people may have different hair styles, etc). Furthermore, I’m curious: what kind of datasets did you use to train the (I assume some kind of neural conv net -> classification architecture); as the performance is only going to be as good as the data it has been trained on.

For my use case, individuals may be wearing various different types of clothes and something they may even be camouflaged. But I have thousands of photos…

Is there any room for applying transfer learning to the model? or are you essentially keeping all model related code closed source? I mean, I could write my own architecture in time, would you be open to sharing data? Given that I have consent from all the individuals from my photos, as they attend a local gaming club (paintball). It would be great if I could get a classification system working that could identify people in all manners of woodland whilst camouflaged, etc.

Thank you for your interest, some of it can be done, the other part requires further understanding of what Amazon Rekognition is. It is a managed service by AWS, and they take care of backend processing, training datasets, analyzing images, etc…

You can learn more about Amazon Rekognition here: https://aws.amazon.com/rekognition/faqs/

Live video or any video type will work with Amazon Rekognition Video.

hi when will the live video be ready its been 4 months since your post ?

Hi Berkine ? looking forward to it and are you still on schedule ? its 10 days so far

Hi, was on a short break, will finish soon. Meanwhile, can you tell me what features are you looking for? Just to give you a heads up, as I mentioned before, it will not have a direct live video streaming option…

This might be interesting for you, check it out:

Amazon Rekognition Video: https://codecanyon.net/item/aws-amazon-rekognition-video-deep-learning-video-recognition-service/28266968

what are some solid saas or business uses for this software?

That will be up to you to decide..

Hi,

A small pre purchase question.

Can I use this tool to analyze a big image database?

I have a big database (10.000+ images) with old sport images and what to use this tool to add metadata about for example the athletes.

How does this work? I think that the athletes are not real celebrities so can I add the names once, so the software will recognize all other images that the athletes are in? And for example same about the sort of stadium? And is this metadata stored in the image it self? So I can download the images again with the enriched metadata?

Hi,

You could, but it will require some customization of this script and you will need to create Collection at AWS side, and Rekognition will search against that collection.

Take a look at these 2 links that will answer all of your quesitons: https://docs.aws.amazon.com/rekognition/latest/dg/collections.html https://aws.amazon.com/rekognition/faqs

BerkineDesign

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey