Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to save to storage the images uploaded to Nutrify #43

Open
mrdbourke opened this issue May 11, 2022 · 3 comments
Open

Add a way to save to storage the images uploaded to Nutrify #43

mrdbourke opened this issue May 11, 2022 · 3 comments

Comments

@mrdbourke
Copy link
Owner

mrdbourke commented May 11, 2022

Every image uploaded to Nutrify should be saved to storage (as long as the image is detected as being food).

The image should be uploaded -> passed through food/not_food model -> saved to storage if the image if of food, then track:

  • Image UUID - use this to track information regarding different images across the database
  • Timestamp
  • Pred for image class
@mrdbourke
Copy link
Owner Author

mrdbourke commented May 11, 2022

Going to start working on this now.

Collecting food images is paramount.

Then the model can start to be upgraded and retraining schedules can begin.

In particular building this section of the app layout:

2022-05-11-nutrify-workflow-uploading-image-to-google-storage

@mrdbourke
Copy link
Owner Author

Going to go through Google's documentation for using Google Storage with Node.js:

And to learn more about Node.js I'm going to go through some videos on freeCodeCamp, it seems Node.js is really popular with backend JavaScript stuff:

@shivan-s
Copy link

shivan-s commented May 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants