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

Export/Serialisation of classifier to avoid reprocessing #482

Open
2 tasks done
fazelmk opened this issue Aug 20, 2024 · 1 comment
Open
2 tasks done

Export/Serialisation of classifier to avoid reprocessing #482

fazelmk opened this issue Aug 20, 2024 · 1 comment
Labels
feature Something new that we could do

Comments

@fazelmk
Copy link

fazelmk commented Aug 20, 2024

Description 📝

I want to be able to export the classifier results to avoid re-processing them every time the client loads the model and improving performance.

Especially due to classifier.byPredefinedType that takes a long time to process giving the website not responding Force Quit / Wait warning in the browser

Suggested solution 💡

exporting the classifier after processing it once, and loading it on client use to improve user experience and usability.

Alternative ⛕

No response

Additional context ☝️

No response

Validations ✅

  • Read the docs.
  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
@fazelmk fazelmk added the feature Something new that we could do label Aug 20, 2024
@fazelmk
Copy link
Author

fazelmk commented Aug 20, 2024

@HoyosJuan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new that we could do
Projects
None yet
Development

No branches or pull requests

1 participant