Moishe Lettvin
4e9586595d
minor cleanup
2024-01-29 15:06:39 -05:00
Moishe Lettvin
c39920132c
Add some basic daily_transport tests
2024-01-29 07:56:12 -05:00
Moishe Lettvin
4416f36ae9
some minor cleanup, and coalesce image/images into one thing, and use itertools.cycle
2024-01-27 19:07:29 -05:00
chadbailey59
86af896150
Wake word and animation sprites ( #15 )
...
* WIP: golden kitty
* added web server
* added health check
* added flask to module build
* trying requirements.txt
* added dotenv
* flask_cors
* gunicorn
* requirements cleanup
* Dockerfile
* WOOF
* basic wake word
* removed otel
* basic animation kind of works
* i think animation defeated me
* added santa cat assets
* cleanup
* cleanup
* server example and cleanup
* more cleanup
* fix up some class variable names
* minor cleanup, remove mistakenly-added print and logger stuff
* cleanup
* cleanup
---------
Co-authored-by: Moishe Lettvin <moishel@gmail.com >
2024-01-26 15:37:39 -06:00
Moishe Lettvin
5cbac4701b
minor cleanup, remove mistakenly-added print and logger stuff
2024-01-26 15:27:12 -05:00
Moishe Lettvin
5d9aa530e2
fix up some class variable names
2024-01-26 15:15:44 -05:00
Moishe Lettvin
d4c4d49035
Merge pull request #14 from daily-co/aiosessions
...
Don't create aiohttp sessions inside services
2024-01-26 14:01:24 -05:00
Moishe Lettvin
e81f247845
Don't create aiohttp sessions inside services
2024-01-26 12:30:37 -05:00
Liza
8baf137511
prefix suspected private members ( #13 )
2024-01-26 18:28:54 +01:00
Moishe Lettvin
5fdda43bed
Autopep linter fixes
2024-01-25 12:12:46 -05:00
Moishe Lettvin
795a339542
Add InterruptibleConversationWrapper
2024-01-25 11:15:04 -05:00
Liza
31db156dfc
Local Whisper transcription ( #10 )
...
* First pass at Whisper transcription
* deletions
* Revise based on feedback, add autopep8
2024-01-25 13:43:25 +01:00
Moishe Lettvin
690cf2e47d
Merge pull request #8 from daily-co/queueframe-refactor
...
Refactor QueueFrame
2024-01-23 13:15:11 -05:00
Moishe Lettvin
c134598a77
Refactor QueueFrame
2024-01-23 09:33:51 -05:00
Liza
b51abd2969
facilitate manual call management ( #7 )
2024-01-23 14:33:27 +01:00
Moishe Lettvin
95c92e5304
Aggregators for LLM messages
2024-01-22 10:59:13 -05:00
Moishe Lettvin
6ae733ebfe
Cleanup: no more sentence aggregator, let the TTS service deal with that; also removed the queue typing stuff from ai_services
2024-01-19 13:06:15 -05:00
Liza
1071dede1a
Only initialize Daily once ( #5 )
2024-01-19 14:59:48 +01:00
Moishe Lettvin
ceeb93dd46
Clean up example 5
2024-01-18 11:58:08 -05:00
Moishe Lettvin
f9f2e2d7ea
stop_when_done
2024-01-18 11:22:06 -05:00
Moishe Lettvin
0d21768d00
Fix example 5
2024-01-18 11:22:02 -05:00
Moishe Lettvin
13f2f792af
refactor party tonight
2024-01-18 11:21:38 -05:00
Moishe Lettvin
115b744861
input/output -> receive/send queues, for transport service
2024-01-16 21:11:38 -05:00
Moishe Lettvin
755059c358
a little cleanup
2024-01-16 19:58:11 -05:00
Moishe Lettvin
5b49597854
Pass entire transcription message on queue; don't respond to yourself in 06-
2024-01-12 13:54:55 -05:00
Moishe Lettvin
9bbfc8ad05
Updating 06- sample
2024-01-12 11:40:49 -05:00
Moishe Lettvin
ec1f2362c5
add on_first_other_participant_joined event
2024-01-12 08:39:56 -05:00
Moishe Lettvin
b9b82695c6
Adding queue transportation to services
2024-01-11 19:14:19 -05:00
Moishe Lettvin
7ca7764be3
a little cleanup
2024-01-10 21:14:55 -05:00
Moishe Lettvin
df1bbef653
something is up with transcription, trying to figure it out
2024-01-10 17:12:40 -05:00
Moishe Lettvin
7229fc806e
getting started on 06-
2024-01-10 13:00:36 -05:00
Moishe Lettvin
534a4e2fa1
Exit meeting after saying something for samples 1 and 2
2024-01-09 06:05:24 -05:00
Moishe Lettvin
ac0e4b0c27
remove leftover prints
2024-01-08 17:56:21 -05:00
Moishe Lettvin
6cace129fd
shut down correctly when a participant leaves
2024-01-08 17:55:19 -05:00
Moishe Lettvin
0451ae498f
Make transportservice.run async, and add 02- sample
2024-01-08 15:38:32 -05:00
Moishe Lettvin
712ab97f88
Support coroutine callbacks
2024-01-08 11:27:58 -05:00
Moishe Lettvin
b5c7e30efa
Use a decorator for callbacks
2024-01-06 14:09:28 -05:00
Moishe Lettvin
7f51c0c9b2
A little cleanup
2024-01-05 20:41:52 -05:00
Moishe Lettvin
b48a377b17
a little cleanup, uglier-than-I'd-like 01-say-one-thing sample added
2024-01-05 14:19:18 -05:00
Moishe Lettvin
5b4c085cd2
even more demo cleanup, making run_llm play well with asyncio
2024-01-04 18:14:28 -05:00
Moishe Lettvin
cd2c9700ad
more demo cleanup, allow bundled frames in output_queue
2024-01-04 17:54:13 -05:00
Moishe Lettvin
fcd9a248d9
use inference text in demo, clean up image generation
2024-01-04 17:26:13 -05:00