oenf
November 7, 2024, 2:19pm
#1
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:
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
Eoin
November 13, 2024, 1:30pm
#2
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:
Until now we have created our own shapes and applied styles to them. One of the more exciting features of is the ability to use images. These can be used to do dynamic photo compositing or as backdrops of graphs, for sprites in games, and so forth....
ImageData
Best
Eoin