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

feat: image batch processing #5

Open
vancauwe opened this issue Dec 13, 2024 · 1 comment
Open

feat: image batch processing #5

vancauwe opened this issue Dec 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@vancauwe
Copy link
Contributor

Current usage: a user uploads an image one at a time and gets one result

New usage:

  • a user can upload a batch of images (what is the upper limit? 20? 100?) and gets a prediction for each.
  • The back-end then needs to create the corresponding number of new entries.
  • For front-end experience, a progress bar should be added so that the user can see the speed at which the images are being analysed.
@vancauwe vancauwe added the enhancement New feature or request label Dec 13, 2024
@vancauwe
Copy link
Contributor Author

first implementation done. needs to be tested for data upload

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

When branches are created from issues, their pull requests are automatically linked.

1 participant