Image input browser

Question/Issue:
I want to use the WebAssembly deployement in my browser but I want it to take uploaded images as an input.

Project ID:
538097

Context/Use case:
I’m not good enough at programming.

Steps Taken:

  1. I’ve managed to get everything set up, the only thing I need to do is change it from text to image. WIth an upload.

Expected Outcome:
Upload an image from my pc and have the model process it.

Actual Outcome:
Well, this is irrelevant.

Reproducibility:

  • [ X] Always
  • [ ] Sometimes
  • [ ] Rarely

Hi @oenf

This was asked recently, if you are new to web development and want a guide to follow for image conversion this one is great, you’re going to want to run the classifier on ImageData.
Using Images:

ImageData

Best

Eoin