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

Drazcat-AI
/
categories_peru

Image Classification
Transformers
Safetensors
PyTorch
English
computer-vision
Model card Files Files and versions
xet
Community

Instructions to use Drazcat-AI/categories_peru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Drazcat-AI/categories_peru with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Drazcat-AI/categories_peru")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Drazcat-AI/categories_peru", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
categories_peru
363 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
Drazcat-AI's picture
Drazcat-AI
Upload 6 files
17f79e3 verified 10 months ago
  • vit_multiclass_model_best
    Upload 6 files 10 months ago
  • .gitattributes
    1.6 kB
    Upload 6 files 10 months ago
  • README.md
    238 Bytes
    Update README.md 10 months ago
  • handler.py
    4.05 kB
    Update handler.py 10 months ago
  • requirements.txt
    139 Bytes
    Rename requirements.txt.txt to requirements.txt 10 months ago
  • train_categories.py
    24.4 kB
    Update train_categories.py 10 months ago