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