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

will702
/
acne-cv-models

Image Classification
Scikit-learn
English
computer-vision
acne-detection
skin-analysis
classification
catboost
medical-imaging
traditional-ml
Model card Files Files and versions
xet
Community

Instructions to use will702/acne-cv-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use will702/acne-cv-models with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("will702/acne-cv-models", "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
acne-cv-models
102 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
will702's picture
will702
Add model card with full evaluation results and usage guide
8705569 verified 3 days ago
  • model_42dim
    Upload 42-dim sklearn+catboost models (21 classifiers) 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • Evaluation_Summary(42dim).txt
    8.86 kB
    Add evaluation summary 3 days ago
  • README.md
    5.28 kB
    Add model card with full evaluation results and usage guide 3 days ago