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

Consider integrating Kraken with the Hugging Face hub #438

Open
davanstrien opened this issue Feb 15, 2023 · 0 comments
Open

Consider integrating Kraken with the Hugging Face hub #438

davanstrien opened this issue Feb 15, 2023 · 0 comments

Comments

@davanstrien
Copy link

Big fan of the Kraken project! I think it would be great to integrate Kraken with the Hugging Face Hub (https://huggingface.co/models).

This would allow:

  • Kraken to use the Hugging Face model hub as a repository for trained Kraken models with a landing page for the model with a Model Card.
  • Allow users to push and pull models to the hub. i.e. something like kraken push-to-hub ./arabic-alam-al-kutub.mlmodel (there are also options to include metadata about the training run in an auto-generated model card. See https://huggingface.co/huspacy/hu_core_news_lg for an example of this).
  • Modelsc can cached locally and updated when changes are made in the model repo. Users can specify a model revision (a branch name, a tag name, or a commit id) or pull the latest model.
  • The hosted inference API allows users to try out models in a browser, i.e. https://huggingface.co/kha-white/manga-ocr-base.

If this might interest you, there is more info on integrating a library with the hub: https://huggingface.co/docs/hub/models-adding-libraries#integrate-your-library-with-the-hub. There is also an overview of other libraries with integrations here: https://huggingface.co/docs/hub/models-libraries. Feel free to ping me to discuss more or get input on how this could be approached.

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

1 participant