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