There was an error while loading. Please reload this page.
*Roles taken in this task are not indicative of the roles that we will take on for the Final Year Project.
✅ Accept an image input
✅ Transfer the image to a backend server
✅ Run an off-the-shelf YOLO model to detect objects
✅ Return the object bounding box coordinates in the API to the frontend
✅ Store the bounding boxes for the image in a database with the image identifier being the MD5 hash for the image
✅ Display the image with the bounding boxes overlaid
✅ Allow the user to add new bounding boxes in the frontend
✅ Update DB record for this image with the new bounding boxes
✅ Auto tag objects detected in the images and show tags associated with the image in the frontend