Stack Used: React, Django, S3 Bucket, AWS Rekognition API
• Users can upload multiple images with a little description of images which is directly stored into Amazon S3 bucket, upon uploading Rekognition API is being called and tags with max confidence are stored in SQLite DB.
• Users can search the images based on tags, description, dates. Images are displayed grid wise, infinite lazy loading is implemented and application is deployed in AWS.