Commit History

refactor: remove all local STT/TTS dependencies and code
2efbff7

Desmond-Dong commited on

fix: remove unused STT/TTS imports from main.py
ae5f443

Desmond-Dong commited on

refactor: remove local STT/TTS code (handled by Home Assistant)
801f3a9

Desmond-Dong commited on

chore: force refresh Hugging Face Space
0ba80ff

Desmond-Dong commited on

feat: adapt application for Reachy Mini Application Store
aebd53d

Desmond-Dong commited on

docs: update README to highlight one-click web UI installation
7ffaa4a

Desmond-Dong commited on

feat: add one-click installation web UI
b9b4225

Desmond-Dong commited on

docs: update README to emphasize automated installation
23c71b8

Desmond-Dong commited on

feat: add automated installation scripts and model checking
b78364c

Desmond-Dong commited on

docs: update Chinese README to include model download instructions
cb0faf1

Desmond-Dong commited on

docs: update installation instructions to include model download
fcdfcdf

Desmond-Dong commited on

feat: add scripts to download wake word models and sound effects
b3f0ffc

Desmond-Dong commited on

feat: add actual wake word models and sound effects
9f1eaca

Desmond-Dong commited on

docs: add quick start guides for easy setup
90389e2

Desmond-Dong commited on

docs: add wake word models and sounds documentation
d149a39

Desmond-Dong commited on

docs: add English versions of all documentation and clarify deployment
090f72c

Desmond-Dong commited on

docs: update requirements to reflect Home Assistant STT/TTS
19d03c1

Desmond-Dong commited on

docs: add Hugging Face Spaces README with configuration
205bd66

Desmond-Dong commited on

docs: update project plan to reflect Home Assistant STT/TTS architecture
ec3c0a4

Desmond-Dong commited on

docs: update architecture to reflect Home Assistant STT/TTS
6f4787d

Desmond-Dong commited on

feat: initial implementation of Reachy Mini Home Assistant Voice Assistant
56430b3

Desmond-Dong commited on

Create Hello World app for Reachy Mini
7561bb3

Desmond-Dong commited on

Add README.md with Hugging Face configuration
6a3fb46

Desmond-Dong commited on

Restore original project structure
6769944

Desmond-Dong commited on

Clean up temporary directories
5820b44

Desmond-Dong commited on

Replace with official conversation app
bdb449d

Desmond-Dong commited on

Test: Replace with official conversation app code
8e27dfb

Desmond-Dong commited on

Add parse_args() to match official conversation app structure
e051e3d

Desmond-Dong commited on

Remove daemon flag from threads to prevent premature termination
273c16f

Desmond-Dong commited on

Add comprehensive error handling and logging
380eed8

Desmond-Dong commited on

Clean up project files and update README
878ce1b

Desmond-Dong commited on

Match official conversation app configuration
ab7ff67

Desmond-Dong commited on

Fix paths for wakewords and sounds directories
ac2fd42

Desmond-Dong commited on

Fix static file paths and package-data
5a3ccc3

Desmond-Dong commited on

Restructure project to use src directory layout
77d6a17

Desmond-Dong commited on

Add error handling for sound playback
2a59be9

Desmond-Dong commited on

Fix models.py to match original linux-voice-assistant
5a4f598

Desmond-Dong commited on

Restore scipy and soundfile dependencies
faec4a4

Desmond-Dong commited on

Remove scipy and soundfile dependencies
8d4f1ef

Desmond-Dong commited on

Add dont_start_webserver and use _get_instance_path()
77a3517

Desmond-Dong commited on

Add scipy and soundfile dependencies
4312d5f

Desmond-Dong commited on

Refactor app.py to match official conversation app pattern
5f199de

Desmond-Dong commited on

Rewrite app.py to match official template pattern
055a928

Desmond-Dong commited on

Simplify app.py to match official documentation
665fc27

Desmond-Dong commited on

Add extensive logging and error handling
cea3a9b

Desmond-Dong commited on

Change custom_app_url to port 7860 for Reachy Mini settings
d77ff8d

Desmond-Dong commited on

Add scipy and soundfile dependencies for audio processing
b3ae818

Desmond-Dong commited on

Rewrite app.py to use Reachy Mini's media API
beec3f9

Desmond-Dong commited on