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:
rikhoffbauer2
/
ai-techno-dj
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e2c6ce1
ai-techno-dj
Ctrl+K
Ctrl+K
2 contributors
History:
67 commits
rikhoffbauer2
stem_render: accept max_iter param, use it for refinement iterations"
e2c6ce1
verified
about 1 month ago
assets
feat(assets): add song files and analysis metadata
about 1 month ago
.gitattributes
Safe
3.33 kB
chore(git): update .gitignore and .gitattributes
about 1 month ago
.gitignore
Safe
7.02 kB
update .gitignore to exclude audio assets and analysis artifacts
about 1 month ago
README.md
Safe
465 Bytes
Change app_file to main.py which patches stem rendering before building UI"
about 1 month ago
app.py
Safe
77.9 kB
v11: configurable refinement iterations, UI slider for max_iter
about 1 month ago
beat_align.py
Safe
2.85 kB
Beat-locked transitions, shorter durations, B enters at buildup not intro (beat_align.py)
about 1 month ago
main.py
Safe
1.04 kB
Fix: render_full_set takes (max_iter, progress) — match exact signature"
about 1 month ago
mixer.py
Safe
24.5 kB
Decision-driven mixer: per-pair analysis, 5 strategies, technique library, verification
about 1 month ago
patch_stem_render.py
Safe
799 Bytes
Add import of stem_render at bottom of app.py to override render_full_set"
about 1 month ago
quality_analyzer.py
Safe
8.78 kB
v11: configurable refinement iterations, UI slider for max_iter
about 1 month ago
render_fn.py
Safe
1.29 kB
Make render_full_set use demucs stems by delegating to stem_render module"
about 1 month ago
render_fn_override.py
Safe
3.86 kB
Replace render_full_set with stem-based version using demucs + stem_mixer\n\nThe render function now:\n1. Loads demucs htdemucs model\n2. Separates each track into drums/bass/vocals/other stems\n3. Uses stem_mixer.mix_stems for surgical transitions\n4. Falls back to mixer.mix_set if demucs unavailable\n\nThis ensures zero kick clashing during transitions."
about 1 month ago
render_set.py
Safe
4.16 kB
Add stem-based render_full_set using demucs + stem_mixer
about 1 month ago
render_set_fn.py
Safe
4.37 kB
Wire render_full_set to use demucs stems via stem_mixer
about 1 month ago
requirements.txt
Safe
103 Bytes
requirements: add demucs for stem separation"
about 1 month ago
startup_patch.py
Safe
1.1 kB
Add startup patch to wire stem-based rendering into the app"
about 1 month ago
stem_mixer.py
Safe
15.1 kB
Stem-based mixer: real drum/bass separation, zero kick clash, surgical transitions
about 1 month ago
stem_render.py
Safe
4.76 kB
stem_render: accept max_iter param, use it for refinement iterations"
about 1 month ago
structure.py
Safe
14.5 kB
v4: no double-kicks (5kHz split+sneak), xcorr beat align, pre-drop mix-in (structure.py)
about 1 month ago
transition_planner.py
Safe
9.97 kB
v7: goal-directed transitions, technique composition, fix KeyError (transition_planner.py)
about 1 month ago
transitions.py
Safe
27.5 kB
Iter 3: smoother hpf_buildup, breakdown_swap holds A energy longer (transitions.py)
about 1 month ago