Skip to content
  • This project
    • Loading...
  • Sign in

wanghai-tech / hikoon-ACR

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hikoon-ACR
  • acr-engine
  • requirements.txt
  • cnb.bofCdSsphPA's avatar
    Make the ACR prototype explainable and runnable · 44d8268c ...
    44d8268c
    Add missing project documentation and a minimal executable demo flow so the repository can be understood and validated end to end.
    
    Constraint: The existing repo had design fragments but no verified runnable path
    Rejected: Delay documentation until after full productization | would keep scope opaque and slow iteration
    Confidence: medium
    Scope-risk: moderate
    Directive: Keep future stages checkpointed with changelog entries and runnable verification commands
    Tested: synthetic dataset generation; train.py --dry-run; 1 epoch CPU training; index build; recognition JSON output
    Not-tested: production-scale retrieval; real copyrighted audio; API serving
    cnb.bofCdSsphPA authored 2026-06-02 11:29:29 +0800
requirements.txt 76 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
numpy>=1.26
PyYAML>=6.0
soundfile>=0.12
librosa>=0.10
tqdm>=4.66
torch>=2.3