Instructions to use ahmet1338/MammoTagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use ahmet1338/MammoTagger with spaCy:
!pip install https://huggingface.co/ahmet1338/MammoTagger/resolve/main/MammoTagger-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("MammoTagger") # Importing as module. import MammoTagger nlp = MammoTagger.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K