Our 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.
Install Dependecies -
!/bin/bash
Download get-pip to current directory. It won't install anything, as of now
curl -O https://bootstrap.pypa.io/get-pip.py
Use python3.6 to install pip
python3 get-pip.py
This will install pip3 and pip3.6
pip3 install -r requirements.txt
ssh -i "Akash_key.pem" [email protected]
AWS_S3_INPUT_BUCKET_NAME = "cc-546-grp-11-input-bucket"
AWS_S3_OUTPUT_BUCKET_NAME = "cc-546-grp-11-output-bucket"
AWS_SQS_REQUEST_QUEUE_NAME = "images-requests"
AWS_SQS_RESPONSE_QUEUE_NAME = "images-responses"
REGION_NAME = "us-east-1"
AWS_ACCESS_KEY_ID = "AAAAAAAAAAAAAAA"
AWS_ACCESS_KEY_SECRET = "BBBBBBBBBBBBBBBB"
sudo yum update -y
sudo yum install git -y
echo export AWS_ACCESS_KEY_ID="AAAAAAAAAAAAAAA" >> /etc/profile
echo export AWS_SECRET_ACCESS_KEY="BBBBBBBBBBBBBBBB" >> /etc/profile
git clone https://[email protected]/akashkthkr/546-AWS-Image-Recognition-Service.git
Akash Kant, (akant1)
Ayush Kalani, (akalani2)
Nakul Vaidya, (nvaidya7)