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

PopeJohn
/
agriculture-model

Text Classification
Scikit-learn
English
agriculture
logistic-regression
tfidf
binary-classification
crop-health
Model card Files Files and versions
xet
Community

Instructions to use PopeJohn/agriculture-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use PopeJohn/agriculture-model with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("PopeJohn/agriculture-model", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
agriculture-model
11 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
PopeJohn's picture
PopeJohn
Update README.md
3d09ac5 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    2.05 kB
    Update README.md 9 months ago
  • agriculture_model.pkl
    2.93 kB
    xet
    Upload agriculture_model.pkl with huggingface_hub 9 months ago
  • app.py
    1.45 kB
    Update app.py 9 months ago
  • requirements.txt
    101 Bytes
    Create requirements.txt 9 months ago
  • vectorizer.pkl
    2.93 kB
    xet
    Upload vectorizer.pkl with huggingface_hub 9 months ago