Estimating Costs for a Video Processing Project with Facial Recognition

0
17
Asked By CuriousCoder99 On

Hey everyone! I'm working on a project that involves processing video feeds from around 200 cameras in a mall. The goal is to use facial recognition to identify people in the videos and analyze their movement patterns—like which stores they're visiting. I know there's a lot more to add later, but right now, I'm looking for help estimating costs for the current scope. I'm considering using several AWS services for this project, including AWS Rekognition for the facial recognition part, S3 for storing images, and RDS for tracking user information and movements. Any insights on what costs I might be looking at?

4 Answers

Answered By DataDynamo On

Since you're dealing with 200 cameras, I recommend reaching out to your AWS Account Manager if possible. They can provide a high-level architecture overview and detailed costing estimates for your needs. Keep in mind that running this project won't be cheap, though.

Answered By TechSavvy123 On

Have you checked out the AWS pricing calculator? It's a great tool to help give you a clearer picture of costs based on what you need to do and the resources you'll be using!

Answered By VideoWizard22 On

In my experience, estimating costs for AWS services can get complicated, especially when you're managing video data. The pricing calculator is really useful! When you're estimating, try to calculate the number of images or how much video you'll process each month. Be careful with S3 costs, as video storage can increase quickly. Using lifecycle rules can help you manage old footage and potentially reduce expenses. Don't forget to factor in data transfer costs, which can add up fast, especially for video.

Answered By CloudGuru89 On

I suggest considering DynamoDB instead of RDS—it scales better for handling lots of read/write operations that you'll likely encounter with all those cameras. It's tough to pin down exact costs with just what you've shared, but you'll want to brace for higher expenses.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.