killian
|
03f212109c
|
Merge pull request #36 from shivenmian/u/shivenmian/fix_local
fix: add back whisper-rust local scripts, compile binary in start script
|
11 months ago |
Shiven Mian
|
d12bc644ca
|
fix: compile Rust binary in start script if needed, added check if Rust installed
|
11 months ago |
Shiven Mian
|
a190387b34
|
nit: removed all .DS_Store, added to gitignore
|
11 months ago |
Shiven Mian
|
4e3c1f77a6
|
fix: re-add whisper-rust source code, modify scripts
|
11 months ago |
Shiven Mian
|
a2b56be005
|
Revert "Added `--clear-local` to delete local models"
This reverts commit 39afff19ff .
|
11 months ago |
Shiven Mian
|
86a399d218
|
Merge remote-tracking branch 'upstream/main' into u/shivenmian/teach
|
11 months ago |
Shiven Mian
|
502d26dd63
|
fix: added base Skills class and env var
|
11 months ago |
killian
|
39afff19ff
|
Added `--clear-local` to delete local models
|
11 months ago |
killian
|
1b68f14a7a
|
Better errors, bug fix
|
11 months ago |
killian
|
3571382a9f
|
Bug fixes, CTRL-C fix, relative script fixes, less print statements
|
11 months ago |
killian
|
f2e51dd14f
|
Merge pull request #34 from tomchapin/feature/camera-snapshots
Feature/camera snapshots (WIP)
|
11 months ago |
killian
|
8fb4ed6b5e
|
Merge branch 'main' into feature/camera-snapshots
|
11 months ago |
killian
|
d4629c017c
|
Better LMC accumulator logic, queued audio messages, proper audio streaming via bytes
|
11 months ago |
Shiven Mian
|
b76bbc3e40
|
fix: remove output_audio
|
11 months ago |
Shiven Mian
|
818597caa9
|
fix: don't output if websocket disconnected normally
|
11 months ago |
Shiven Mian
|
86975c4026
|
fix: added tom's fixes
|
11 months ago |
killian
|
cb628fa314
|
Merge pull request #33 from shivenmian/u/shivenmian/teach
fix: download piper voice for non-macos OSes
|
11 months ago |
killian
|
c6ed70cbd8
|
Update TASKS.md
|
11 months ago |
Shiven Mian
|
589af671bc
|
fix: fixed start script
|
11 months ago |
Shiven Mian
|
7469e684d6
|
Merge remote-tracking branch 'upstream/main' into u/shivenmian/teach
|
11 months ago |
Tom Chapin
|
b83c7fb261
|
convert captured images to base64 and send them as messages whenever an audio message is sent
|
11 months ago |
Tom Chapin
|
ed4db2aa45
|
removing unnecessary hasattr check
|
11 months ago |
Tom Chapin
|
0b47293681
|
removing un-used import
|
11 months ago |
Tom Chapin
|
ea790146ef
|
removing output_audio.wav from git tracking
|
11 months ago |
Tom Chapin
|
e0a5bf52d0
|
fixing issues with simultaneous key press detection. Adding captured images to a list.
|
11 months ago |
Tom Chapin
|
c309745e04
|
Prepend local PYTHONPATH in with the local folder during startup, to solve issues with local development of the python module
|
11 months ago |
Tom Chapin
|
c748a11758
|
removing mss (not going to do the screenshot functionality right now)
|
11 months ago |
Tom Chapin
|
e5236a9349
|
Start client in the foreground so that its PID gets properly tracked
|
11 months ago |
Tom Chapin
|
f18bfb73c1
|
adding camera capture on "c" press
|
11 months ago |
Tom Chapin
|
0b30790a4c
|
adding environment vars for camera configuration
|
11 months ago |
Tom Chapin
|
9f234b29d9
|
adding mss for screenshots and opencv for photo capture
|
11 months ago |
killian
|
c49f705e66
|
Pushed to `pip`
|
11 months ago |
killian
|
38a0039a8f
|
Switched to poetry, pushed to `pip`, new scaffolding for multiple clients
|
11 months ago |
Shiven Mian
|
565ff18acf
|
fix: download piper voice for non-macos OSes
|
11 months ago |
killian
|
f429dac85c
|
Merge pull request #32 from human-bee/patch-1
Update TASKS.md
|
11 months ago |
human-bee
|
986a55f980
|
Update TASKS.md
Updated tasks based on progress made at Meetup #4
|
11 months ago |
killian
|
9bffa05715
|
Clients
|
11 months ago |
killian
|
5593b8c022
|
Merge pull request #31 from tyfiero/Raspberry-pi-docs
Add README for raspberry pi setup
|
11 months ago |
killian
|
a4d104dce2
|
Merge branch 'main' into Raspberry-pi-docs
|
11 months ago |
killian
|
1f61a2049c
|
Merge pull request #30 from zabirauf/u/zabirauf/ngrok2
Setup NGrok to have server and device run on two different hardware
|
11 months ago |
Ty Fiero
|
64e7382cda
|
Add README for raspberry pi setup
|
11 months ago |
Zohaib Rauf
|
724942e1b4
|
Fixed an error message
|
11 months ago |
Zohaib Rauf
|
5df2baf787
|
Removed domain from ngrok
|
11 months ago |
Zohaib Rauf
|
e2d39a8c6d
|
Fixed an issue from main
|
11 months ago |
Zohaib Rauf
|
be18ac2177
|
Fixed small issue with ping
|
11 months ago |
Zohaib Rauf
|
fbc8760990
|
Exposed the server with ngrok
|
11 months ago |
killian
|
ada6c5225c
|
Merge pull request #29 from birbbit/hb/skills_in_prompt
Skills added dynamically to prompt
|
11 months ago |
killian
|
b31623cf1b
|
Merge pull request #28 from shivenmian/u/shivenmian/local
fix: auto-download STT + fixed breaking change where keyboard code unreachable
|
11 months ago |
birbbit
|
ae39b12a70
|
Skills added dynamically to prompt
|
11 months ago |
Shiven Mian
|
96d2c37a3c
|
fix: fix spacebar code unreachable
|
11 months ago |