Instructions to use typorch/moat-tagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use typorch/moat-tagger with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("typorch/moat-tagger") model = AutoModel.from_pretrained("typorch/moat-tagger") - Notebooks
- Google Colab
- Kaggle
Ctrl+K