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