Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

chaithanya13
/
symptoms

Text Classification
spaCy
English
medical
Model card Files Files and versions
xet
Community

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
symptoms
585 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
chaithanya13's picture
chaithanya13
Update README.md
b58ce45 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    5.25 kB
    Update README.md about 3 years ago
  • symptomssingle.csv
    537 kB
    Upload 3 files about 3 years ago
  • symptomtest.ipynb
    38.4 kB
    Upload 3 files about 3 years ago
  • symptomtest.py
    2.86 kB
    Upload 3 files about 3 years ago