Project Complexity - Intermediate
Technology: Internet of Things | Business Sector: Others
Registrations are closedProject Idea:
Industrial hazards may be defined as any condition produced by industries that may cause injury or death to personnel or loss of product or property. Safety in simple terms means freedom from the occurrence of risk or injury. Industrial safety refers to the protection of workers from the danger of industrial accidents. In some industries, it is necessary for the workers to take safety measures like helmet, shoes, gloves, etc. while working. So to check whether workers are taking safety precautions or not is the main task of the administration before the workers enter their working area which can be implemented using the Internet of things.
Solution Requirements:
The proposed system will be integrated near the entrance of the working area which will detect the person and check whether the person is wearing a safety helmet and shoes using Amazon Rekognition service. If the person is taking safety precautions the door should be opened or else it should generate the voice alerts why he can’t enter inside using Amazon Polly service. All the images should be stored in the Amazon S3 so that the admin can access the image. By face comparison techniques it should mark attendance to workers and store that in dynamo DB. Build a mobile app in which admin can access the attendance of that particular day.
Project Flow:
Detect the face in the live video streaming and capture the image
Compare the captured image with the employee images in S3 and store the attendance in Dynamo DB.
In the captured image detect the helmet and shoes using Amazon Rekognition service
Store the images in the S3 bucket, images of the person taking safety precautions and not taking precautions should be separately stored
Create an API using API Gateway and Lambda function to retrieve the attendance from the Dynamo DB.
Proposed Technical Architecture