Instructions to use PhoenixAscencio/HWtagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use PhoenixAscencio/HWtagger with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("PhoenixAscencio/HWtagger") - Notebooks
- Google Colab
- Kaggle
This is the collection of the taggers that I use in this app: https://github.com/HaW-Tagger/HWtagger
You can install directly in the cmd using this command:
Make sure you have git-lfs installed (https://git-lfs.com) git lfs install
git-lfs clone https://huggingface.co/PhoenixAscencio/HWtagger
This is only a repository used for convenience purposes, all models are available there:
SmilingWolf amazing taggers: https://huggingface.co/SmilingWolf
Metaformer Caformer taggers: https://github.com/sail-sg/metaformer/tree/main
DeepGHS for scorer, classifier, etc: https://huggingface.co/deepghs
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("PhoenixAscencio/HWtagger")