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

沈秋雨 / lyric_rhyme

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
  • lyric_rhyme
  • requirements.txt
  • 沈秋雨's avatar
    更新依赖 · eaa24f75
    eaa24f75 Browse Files
    沈秋雨 authored 2026-06-11 13:14:34 +0800
requirements.txt 375 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# Test runner
pytest>=8.0

# PostgreSQL storage prototype
psycopg[binary]>=3.2
OpenCC>=1.3.1

# Existing MySQL/COS lyric download utilities
pymysql>=1.1
cos-python-sdk-v5>=1.9
tqdm>=4.66

# Audio composition feature extraction
librosa>=0.10.0
scipy>=1.11
numpy>=1.24

# pgvector PostgreSQL client
pgvector>=0.2.0

# HTTP API server
fastapi>=0.110.0
uvicorn[standard]>=0.29.0