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

Spaces:
balakrishna567
/
keyshift-api
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
keyshift-api / tests
9.55 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
balakrishna567's picture
balakrishna567
feat: FastAPI /analyze β€” MERT boundaries + KS key detection + guitar info
925d02f about 2 months ago
  • __init__.py
    0 Bytes
    chore: backend project scaffold with dependencies about 2 months ago
  • conftest.py
    81 Bytes
    chore: backend project scaffold with dependencies about 2 months ago
  • test_api.py
    1.67 kB
    feat: FastAPI /analyze β€” MERT boundaries + KS key detection + guitar info about 2 months ago
  • test_audio_loader.py
    1.44 kB
    feat: audio loader β€” load bytes, resample 22050 Hz mono, chunk with overlap about 2 months ago
  • test_boundary_detector.py
    835 Bytes
    feat: MERT boundary detector β€” cosine novelty curve + Gaussian smoothing about 2 months ago
  • test_chromagram.py
    731 Bytes
    feat: chromagram extractor β€” chroma CQT mean, L1-normalized about 2 months ago
  • test_key_detector.py
    949 Bytes
    feat: key detector β€” Krumhansl-Schmuckler 24-key Pearson correlation about 2 months ago
  • test_mert_encoder.py
    1.19 kB
    feat: MERT encoder β€” HuggingFace m-a-p/MERT-v1-95M, 768-dim embeddings per chunk about 2 months ago
  • test_music_theory.py
    1.21 kB
    feat: music theory utils β€” scale notes, pentatonic, fretboard positions about 2 months ago
  • test_smoother.py
    1.43 kB
    feat: smoother β€” majority-vote window smoothing + consecutive segment merger about 2 months ago