You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get more users to click pictures and then inform our model if it's right or wrong in its detection. Is there a way we can use the web-bootstrap to do that?
The text was updated successfully, but these errors were encountered:
This is a great idea! It isn't built in to web-bootstrap, but might be worth having in there by default. The question would be where to send the images since everything is in the browser in this starter. Where are you storing/using images?
I would recommend making the predicted label component a dropdown selector (like the 'Use' tab in Lobe) so that users can correct the model by choosing the label directly -- then the image from the canvas element can be sent to a backend server where you store it with the supplied label and can grab into Lobe for more training.
Great! yes, I currently use an S3 bucket and a nodeJS server. Not a coder, but it will be great to have this functionality available as part of this example.
I am trying to get more users to click pictures and then inform our model if it's right or wrong in its detection. Is there a way we can use the web-bootstrap to do that?
The text was updated successfully, but these errors were encountered: