devAmaresh / devAmaresh/SkinSenseAI

Save Uploaded Images for Future Reference

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
JavaScript
Stars
51
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Currently, when a user uploads an image (e.g., product label ) for analysis, the image is processed but not saved for future viewing. This limits the user’s ability to revisit past analyses with the original context.

Proposed Solution:

Backend:

Store uploaded images in a blob storage service such as AWS S3, Azure Blob Storage, or Cloudinary.

Save the image URL in the database alongside the analysis record.

Frontend:

Display the saved image in the analysis history or analysis details screen.

Provide a fallback image/icon if no image is available.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.