FIT5225 Assignment 2 - ImageDetection & AWS

This report is related to FIT5225 2021S1 Assignment 2. This is a group assignment, and we built a tag system that can detect picture object.


Assignment Requirements

You can find it in: https://github.com/RdWeirdo981/Master-of-Cybersecurity/blob/main/2021S1%20FIT5225%20Cloud%20Computing%20and%20Security/A2/FIT5225_Assignment2_2021.pdf

Web Service Link

Our program can be found at: https://image3detection2for1assignment.auth.us-east-1.amazoncognito.com/login?client_id=3rntv25lge865d1njcqsutssem&response_type=token&scope=aws.cognito.signin.user.admin+email+openid+profile&redirect_uri=https://yv3pcqir0a.execute-api.us-east-1.amazonaws.com/ImageDetection/mainpage

Related Code

Front-end Side

mainpage: https://github.com/RdWeirdo981/Master-of-Cybersecurity/blob/main/2021S1%20FIT5225%20Cloud%20Computing%20and%20Security/A2/UI/mainpage.html

querypage: https://github.com/RdWeirdo981/Master-of-Cybersecurity/blob/main/2021S1%20FIT5225%20Cloud%20Computing%20and%20Security/A2/UI/query.html

uploadimagepage: https://github.com/RdWeirdo981/Master-of-Cybersecurity/blob/main/2021S1%20FIT5225%20Cloud%20Computing%20and%20Security/A2/UI/upload%20image.html

loading js: https://github.com/RdWeirdo981/Master-of-Cybersecurity/blob/main/2021S1%20FIT5225%20Cloud%20Computing%20and%20Security/A2/UI/js%20file.js

Back-end Side

My teammates wrote this part, so I won't put their codes here for integrity.