AudioMuse-AI 是 AI Skill Hub 本期精选AI工具之一。已获得 1.8k 颗 GitHub Star,综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
AudioMuse-AI 是一款基于 Python 开发的开源工具,专注于 音乐、播放列表、Docker 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
AudioMuse-AI 是一款基于 Python 开发的开源工具,专注于 音乐、播放列表、Docker 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install audiomuse-ai
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install audiomuse-ai
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/NeptuneHub/AudioMuse-AI
cd AudioMuse-AI
pip install -e .
# 验证安装
python -c "import audiomuse_ai; print('安装成功')"
# 命令行使用
audiomuse-ai --help
# 基本用法
audiomuse-ai input_file -o output_file
# Python 代码中调用
import audiomuse_ai
# 示例
result = audiomuse_ai.process("input")
print(result)
# audiomuse-ai 配置文件示例(config.yml) app: name: "audiomuse-ai" debug: false log_level: "INFO" # 运行时指定配置文件 audiomuse-ai --config config.yml # 或通过环境变量配置 export AUDIOMUSE_AI_API_KEY="your-key" export AUDIOMUSE_AI_OUTPUT_DIR="./output"
Tell the world how AudioMuse-AI changed your music experience in your own language. Leave your quote on the Wall of Quotes
AudioMuse-AI has been tested on: Intel: HP Mini PC with Intel i5-6500, 16 GB RAM and NVMe SSD ARM: Raspberry Pi 5, 8 GB RAM and NVMe SSD / Mac Mini M4 16GB / Amphere based VM with 4core 8GB ram
Minimum requirements: CPU: 4-core Intel with AVX2 support (usually produced in 2015 or later) or ARM RAM: 8 GB RAM * DISK: NVME SSD storage
For more information about the GPU deployment requirements have a look to the GPU page.
IMPORTANT: If you use virtualization (e.g. Proxmox), make sure to pass through the host CPU. QEMU's virtual CPU lacks AVX2 support, which will prevent AudioMuse-AI from starting.
Get AudioMuse-AI running in minutes with Docker Compose.
If you need more deployment example take a look at DEPLOYMENT page.
For a full list of configuration parameter take a look at PARAMETERS page.
For the architecture design of AudioMuse-AI, take a look to the ARCHITECTURE page.
From v1.0.0, only PostgreSQL, Redis, and TZ configuration must still be configured via environment variables. All other configuration values are managed through the browser setup wizard and persisted in the database. For compatibility with legacy installations, environment variables are imported into the database automatically on first startup. The Setup Wizard is shown on clean installation as lending page and is also available later from the menu under Administration > Setup Wizard.
Prerequisites: Docker and Docker Compose installed A running media server (Jellyfin, Navidrome, Lyrion, or Emby) * See Hardware Requirements
Steps:
1. Create your environment file:
cp deployment/.env.example deployment/.env
You can customize the setup by editing deployment/.env before startup. As a minimum, it is suggested to change the default database user and password, but you can also override other PostgreSQL and Redis connection parameters if needed:
POSTGRES_PASSWORD=your-secure-password
2. Start the services:
docker compose -f deployment/docker-compose.yaml up -d
3. Access the application: - Web UI: http://localhost:8000 - Interactive API documentation (Swagger UI): http://localhost:8000/apidocs/ (when authentication is enabled, log in via the Web UI first — /apidocs/ is gated by the same JWT cookie as the rest of the app.)
4. Run your first analysis: - Navigate to "Analysis and Clustering" page - Click "Start Analysis" to scan your library - Wait for completion, then explore features like clustering and music map
5. Stopping the services:
docker compose -f deployment/docker-compose.yaml down > Important: AudioMuse-AI is designed to work with PostgreSql v15 as in the deployment example. Different version could create error.
Our GitHub Actions workflow automatically builds and publishes Docker images with the following tags:
* :latest Last build from the main branch. Recommended for most users.
* :devel Development build from the devel branch. May be unstable — for testing and development only.
* :X.Y.Z (e.g. :1.0.0, :0.1.4-alpha) Immutable images built from Git release tags. Ideal for reproducible or pinned deployments.
* -noavx2 variants Experimental images for CPUs without AVX2 support, using legacy dependencies. Not recommended unless required for compatibility.
* -nvidia variants Images that support the use of GPU for both Analysis and Clustering. Not recommended for old GPU.
Versioning is Major.Minor.Patch release. Eventually (rare) model change that could require a new analysis could happen in Major and Minor release. Read the release note before any update especially for Major and Minor release.
高质量的音乐播放列表生成工具
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
经综合评估,AudioMuse-AI 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | AudioMuse-AI |
| 原始描述 | 开源AI工具:AudioMuse-AI is a self-hosted, Dockerized music playlist generator using sonic a。⭐1.8k · Python |
| Topics | 音乐播放列表Docker |
| GitHub | https://github.com/NeptuneHub/AudioMuse-AI |
| License | AGPL-3.0 |
| 语言 | Python |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。