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

Is there a way to give user feedback to the model via the web-bootstrap #22

Open
pulse-aj opened this issue May 15, 2021 · 4 comments
Open

Comments

@pulse-aj
Copy link

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?

@mbeissinger
Copy link
Contributor

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?

@mbeissinger
Copy link
Contributor

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.

@pulse-aj
Copy link
Author

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.

@amyou2005
Copy link

anyone success on this task? I looking for this too.

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

No branches or pull requests

3 participants