{"id":27197170,"url":"https://github.com/akashkthkr/546-aws-image-recognition-service","last_synced_at":"2026-04-30T15:31:18.580Z","repository":{"id":72617253,"uuid":"468107327","full_name":"akashkthkr/546-AWS-Image-Recognition-Service","owner":"akashkthkr","description":"This cloud app will provide a face recognition service to users, by using cloud resources to perform deep learning on images provided by the users. The deep learning model will be provided as a service. This application will put a layer for the model to work.","archived":false,"fork":false,"pushed_at":"2023-01-06T09:54:03.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-13T09:54:22.957Z","etag":null,"topics":["aws","aws-ecs","aws-s3","aws-sqs","boto3","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akashkthkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-09T22:10:38.000Z","updated_at":"2023-11-16T04:25:20.000Z","dependencies_parsed_at":"2023-03-11T13:48:28.977Z","dependency_job_id":null,"html_url":"https://github.com/akashkthkr/546-AWS-Image-Recognition-Service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akashkthkr/546-AWS-Image-Recognition-Service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashkthkr%2F546-AWS-Image-Recognition-Service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashkthkr%2F546-AWS-Image-Recognition-Service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashkthkr%2F546-AWS-Image-Recognition-Service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashkthkr%2F546-AWS-Image-Recognition-Service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akashkthkr","download_url":"https://codeload.github.com/akashkthkr/546-AWS-Image-Recognition-Service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashkthkr%2F546-AWS-Image-Recognition-Service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-ecs","aws-s3","aws-sqs","boto3","python3"],"created_at":"2025-04-09T20:27:30.267Z","updated_at":"2026-04-30T15:31:18.574Z","avatar_url":"https://github.com/akashkthkr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 546_AWS_Image_Recognition_Service \n[![License](https://img.shields.io/github/license/qcenergy/qudra.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)\n\nOur cloud app will provide a face recognition service to users, by using cloud resources to perform deep learning on images provided by the users. The deep learning model will be provided as a service. This application will put a layer for the model to work.\n\nInstall Dependecies -\n\n!/bin/bash\n\nDownload get-pip to current directory. It won't install anything, as of now\n\ncurl -O https://bootstrap.pypa.io/get-pip.py\n\nUse python3.6 to install pip\n\npython3 get-pip.py\n\nThis will install pip3 and pip3.6\n\npip3 install -r requirements.txt\n\n## AWS Details\n\n### SSH Details Dummy\n\nssh -i \"Akash_key.pem\" ec2-user@ec2-3-86-234-121.compute-1.amazonaws.com\n\n### Resources Used in AWS as Naming:\n```python\nAWS_S3_INPUT_BUCKET_NAME = \"cc-546-grp-11-input-bucket\"\n\nAWS_S3_OUTPUT_BUCKET_NAME = \"cc-546-grp-11-output-bucket\"\n\nAWS_SQS_REQUEST_QUEUE_NAME = \"images-requests\"\n\nAWS_SQS_RESPONSE_QUEUE_NAME = \"images-responses\"\n\nREGION_NAME = \"us-east-1\"\n\nAWS_ACCESS_KEY_ID = \"AAAAAAAAAAAAAAA\"\n\nAWS_ACCESS_KEY_SECRET = \"BBBBBBBBBBBBBBBB\"\n```\n\n### We have also loaded the script at startup of the instance on AMI load:\n\n```bash\nsudo yum update -y\nsudo yum install git -y\necho export AWS_ACCESS_KEY_ID=\"AAAAAAAAAAAAAAA\" \u003e\u003e /etc/profile\necho export AWS_SECRET_ACCESS_KEY=\"BBBBBBBBBBBBBBBB\" \u003e\u003e /etc/profile\ngit clone https://token@github.com/akashkthkr/546-AWS-Image-Recognition-Service.git\n```\n\n\n\n\n## Acknowledgements\n### Team Members Group 11:\n[Akash Kant](https://github.com/akashkthkr), (akant1)\n\n[Ayush Kalani](https://github.com/ayushkalani), (akalani2)\n\n[Nakul Vaidya](https://github.com/NakulVaidya), (nvaidya7)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashkthkr%2F546-aws-image-recognition-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakashkthkr%2F546-aws-image-recognition-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashkthkr%2F546-aws-image-recognition-service/lists"}