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 Gradio Support #275

Closed
julien-blanchon opened this issue Apr 25, 2022 · 6 comments
Closed

Add Gradio Support #275

julien-blanchon opened this issue Apr 25, 2022 · 6 comments

Comments

@julien-blanchon
Copy link
Contributor

julien-blanchon commented Apr 25, 2022

Gradio App is an open source machine learning interface running on top of Python : https://gradio.app/

It's quite easy to implement and very hackable.
It's also compatible with Hugging Face Space (https://huggingface.co, https://huggingface.co/spaces).

I may help user and researcher to:

  • Quickly debug their model (infer without any line of code, provide web drawing tool ...)
  • Showcase their work
  • Share model with the community (ie Hugging Face Space ...)
  • Flagging unexpected behavior

gradio
gradio_draw1
gradio_draw2

@julien-blanchon
Copy link
Contributor Author

I've implemented a quick example with my EuroSat Dataset here: https://github.com/julien-blanchon/anomalib/tree/gradio
It may for now only work with segmentation

@ashwinvaidya17
Copy link
Collaborator

Great stuff! It was on our todo list.

@samet-akcay
Copy link
Contributor

@julien-blanchon, brilliant! As @ashwinvaidya17, it's been on our list for ages, just didn't have time to implement it

@julien-blanchon
Copy link
Contributor Author

I don't have the right to create a new branch here, I don't feel comfortable enough to request a merge with current project branch https://github.com/julien-blanchon/anomalib/tree/gradio

@ashwinvaidya17
Copy link
Collaborator

@julien-blanchon feel free to create a PR from your fork. We squash commits before merging in case that's what you are concerned about. We can always polish the rest in the PR review.

@julien-blanchon
Copy link
Contributor Author

#283

@julien-blanchon julien-blanchon mentioned this issue Apr 26, 2022
10 tasks
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