Conference Monitoring System based on Image Recognition in Rust
Conf-Count is a Conference Monitoring System in Rust that uses AWS services like S3 and Rekognition to get the similarity score of two images sent through the Rust application.
Conf-Count is a Conference Monitoring System in Rust that uses AWS services like S3 and Rekognition to get the similarity score of two images sent through the Rust application.
Triggering the AWS Lambda function was tricky so we decided to work it through AWS API Gateway service. The Rust code hits the API Gateway and it further triggers the Lambda function.