Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wake word and animation sprites #15

Merged
merged 26 commits into from
Jan 26, 2024
Merged

Wake word and animation sprites #15

merged 26 commits into from
Jan 26, 2024

Conversation

chadbailey59
Copy link
Contributor

@chadbailey59 chadbailey59 commented Jan 26, 2024

Extracted from my work on the Golden Kitty project.

This PR adds:

  • ImageListQueueFrame to enable basic list-powered sprite animation
  • 10-wake-word.py to examples, which includes:
    • A TranscriptFilter to get rid of bot transcripts
    • A NameCheckFilter to filter transcripts to only sentences that mention a specific name
    • A 'talking' sprite animation, using ImageSyncAggregator

This branch does have the daily-bot-manager.py and auth.py files from llm-bots, as well as a Dockerfile that builds this toolkit to run on the Santa Cat AWS infrastructure. I'm not sure if we want to bring that into this repo officially or not.

Copy link
Contributor

@Moishe Moishe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments, plus what I said in-thread about moving Dockerfile, auth.py and daily-bot-manager to the samples directory, but looks great! Thanks for doing this.

src/dailyai/services/daily_transport_service.py Outdated Show resolved Hide resolved
src/dailyai/queue_frame.py Outdated Show resolved Hide resolved
src/dailyai/services/daily_transport_service.py Outdated Show resolved Hide resolved
@chadbailey59 chadbailey59 merged commit 86af896 into main Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants