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

syamaner
/
coffee-first-crack-detection

Audio Classification
Transformers
ONNX
Safetensors
English
audio-spectrogram-transformer
audio
coffee
first-crack-detection
ast
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use syamaner/coffee-first-crack-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use syamaner/coffee-first-crack-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="syamaner/coffee-first-crack-detection")
    # Load model directly
    from transformers import AutoFeatureExtractor, AutoModelForAudioClassification
    
    extractor = AutoFeatureExtractor.from_pretrained("syamaner/coffee-first-crack-detection")
    model = AutoModelForAudioClassification.from_pretrained("syamaner/coffee-first-crack-detection")
  • Notebooks
  • Google Colab
  • Kaggle
coffee-first-crack-detection / audio_examples
640 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
syamaner's picture
syamaner
feat(#25): add no_first_crack example audio for inference widget
a6fa319 verified about 2 months ago
  • first_crack_sample.wav
    320 kB
    xet
    feat(#25): add first_crack example audio for inference widget about 2 months ago
  • no_first_crack_sample.wav
    320 kB
    xet
    feat(#25): add no_first_crack example audio for inference widget about 2 months ago