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