IndianServers/diseasessymptoms
Viewer • Updated • 796 • 117 • 1
How to use IndianServers/DiseasePredictionBasedOnSymptoms with spaCy:
!pip install https://huggingface.co/IndianServers/DiseasePredictionBasedOnSymptoms/resolve/main/DiseasePredictionBasedOnSymptoms-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("DiseasePredictionBasedOnSymptoms")
# Importing as module.
import DiseasePredictionBasedOnSymptoms
nlp = DiseasePredictionBasedOnSymptoms.load()