Organ-Quality-Assessment / project-management

Repo for housing project wiki and project management information
0 stars 0 forks source link

Create method for viewing, labelling, processing images stored in Oracle without downloading them #7

Closed KateCourt closed 5 months ago

KateCourt commented 1 year ago

Summary

There is no image preview within the oracle website so we need a way for the research team to sort them into correct folders. We also want to automatically strip exif data such as date created (if present) and create a smaller size website friendly version for scoring. This information also needs adding to the database.

What needs to be done?

Could reduce file size of all images before sending to front end by running script on images in bucket - TBD.

Think we might want to also replace all spaces with underscores before the steps below.

Image labelling page in front end:

Either in front end or strapi:

KateCourt commented 1 year ago

Information on metadata and organising object storage: https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/managingobjects.htm

Oracle SDK examples: https://github.com/oracle/oci-typescript-sdk/

KateCourt commented 1 year ago

Created initial demo version of front end within admin pages for displaying and labelling but this is not hooked up to correct Oracle bucket or to strapi yet.

KateCourt commented 5 months ago

Superseded during mat leave