CoolFace
Apppublic

pollen-robotics/marionette

sourceHugging Faceupdated 2mo agoView on Hugging Face
24likes
50 commits on main
3e80d042mo ago

UI: recover to a local dataset on page load and My Moves tab

RemiFabre
2ee12fe2mo ago

Never restore a downloaded dataset as active on startup

RemiFabre
fc250a85mo ago

Add banner pointing to JS version

RemiFabre
8b724686mo ago

Remove manual token login/logout — single auth path via desktop app

RemiFabre
ac7192e6mo ago

Refine auto-detection: skip network calls once username known

RemiFabre
a3d2cc56mo ago

Use stored HF token for dataset operations (no manual token required)

RemiFabre
314f7a97mo ago

relieve strict dep version on huggingface-hub (#7)

RemiFabre, cduss
f8854547mo ago

Revert test_beep_collision_sync.py: collision test is timing sensitive

RemiFabre
14b4b107mo ago

Revert test_antenna_collision.py: collision test is timing sensitive

RemiFabre
263b53b7mo ago

Use new antenna neutral position [-0.1745, 0.1745] to reduce shaking

RemiFabre
504a94a7mo ago

Adding scipy and requests dependencies

RemiFabre
7a49b947mo ago

Removing yt-dlp dep

RemiFabre
ac192f77mo ago

Pre-resample audio assets to 16kHz to avoid runtime delay

RemiFabre
14252567mo ago

Replace second intro sound with open_and_record.wav

RemiFabre
0bff0b67mo ago

Improve HF upload discoverability and sharing CTA

RemiFabre
9f9e6057mo ago

Merge branch 'main' of hf.co:spaces/RemiFabre/marionette

RemiFabre
160dd6e7mo ago

Consolidate Marionette app runtime into main module

RemiFabre
eabe9227mo ago

Add E2E tests for audio indicator, auto-fill name, moves refresh, playback stop

RemiFabre
4a2d9ad7mo ago

Thumbnail update (#6)

RemiFabre, Anne-Charlotte
b7a5b697mo ago

Add images via Git LFS

RemiFabre, Claude Opus 4.6
ebf6e047mo ago

Fix recording sync, auto-fill name from WAV, refresh moves list

RemiFabre, Claude Opus 4.6
dbc544f7mo ago

Refactor marionette into modules, fix audio sync, improve tests

RemiFabre, Claude Opus 4.6
f8ae01c7mo ago

Simplify replay compensation: always-on lead model, default lead tuned, and GUI tuning UX

RemiFabre
a97ad697mo ago

Sync fix

RemiFabre
6bc7b987mo ago

fix(playback): sync audio start with first motion command

RemiFabre
b6dfd637mo ago

fix(playback): warm GStreamer pipeline before starting audio thread

RemiFabre
91a6c557mo ago

fix(playback): preload move audio before goto so it starts instantly

RemiFabre
722b7817mo ago

fix(audio): restore resampling in _play_wav_chunked for move playback

RemiFabre
77e3cbf7mo ago

Resample wavs offline, remove runtime scipy resampling from startup

RemiFabre
11e8fd47mo ago

Split lead compensation into separate antenna and head/body values

RemiFabre
85b7ee77mo ago

Speed up intro: shorter pause (0.5s) and audio starts with head rise

RemiFabre
29ff17c7mo ago

fix(playback): sync audio and motion start, enable lead compensation

RemiFabre
f3035847mo ago

fix(startup): preload second wav and smooth final torque-off

RemiFabre
3da46f47mo ago

fix(recording): prevent stuck stop-recording on Mac and slow networks

RemiFabre
f7725177mo ago

Replace pleaaaase.wav with please.wav for second welcome message

RemiFabre
17694b37mo ago

Rewrite startup optimization doc with detailed explanations

RemiFabre
7c11b657mo ago

Add startup optimization analysis document

RemiFabre
2c098d37mo ago

Optimize startup time: pre-resample WAVs, lazy-import scipy and requests

RemiFabre
17bfa4e7mo ago

Use pleaaaase.wav as default second welcome message

RemiFabre
484ce517mo ago

Fix HF login lost on restart and improve token hint text

RemiFabre
3f48f4f7mo ago

Preserve uploaded audio file across recordings

RemiFabre
8ecc6a07mo ago

Fix audio playback cutting off at ~80% of total duration

RemiFabre
9626bd27mo ago

Fix recording blocked after stopping audio playback

RemiFabre
c64c6237mo ago

Replace play_sound() with push_audio_sample() for stoppable audio

RemiFabre
08b57437mo ago

Harden recording against SDK hangs: retries, hard deadline, error guard

RemiFabre
4ef5fa87mo ago

Fix recording stuck at 0.0s: timeout SDK calls, add safety net

RemiFabre
fd7a1407mo ago

Add HF manual token login/logout in settings drawer

RemiFabre
be0dda37mo ago

Merge branch 'frontend-redesign'

RemiFabre
903dd967mo ago

Revert "Revert "Redesign frontend: new Studio theme with settings drawer, phase overlay, and tabbed layout""

RemiFabre
87977317mo ago

Add configurable welcome messages (0/1/2) at startup

RemiFabre