Instructions to use vsalamand/fr_ner_ingredients with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use vsalamand/fr_ner_ingredients with spaCy:
!pip install https://huggingface.co/vsalamand/fr_ner_ingredients/resolve/main/fr_ner_ingredients-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("fr_ner_ingredients") # Importing as module. import fr_ner_ingredients nlp = fr_ner_ingredients.load() - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!