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

Summarization #55

Closed
kodjima33 opened this issue Apr 18, 2024 · 1 comment
Closed

Summarization #55

kodjima33 opened this issue Apr 18, 2024 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@kodjima33
Copy link
Collaborator

kodjima33 commented Apr 18, 2024

We need to add summarization of conversations to an AppWithWearable

The summarization is implemented in AppStandalone => we just need to move it to AppWithWearable

Summarization should be saved by chunks of conversations.

Chunks are cut by a 30-seconds pause

For example, if there is a long conversation of 1h, the summarization chunk will be 1h.

if there is a 30-seconds, it is considered a new conversation. For example
2 people talked for 5 minutes (chunk), then one of them left to a restroom for 2 minutes. After coming back, they continuted to talk again for 10 minutes. Those will be 2 different chunks of 5 and 10 mintes

See good examples how it was done in AppStandalone
CleanShot 2024-04-26 at 20 38 07

@kodjima33 kodjima33 added the help wanted Extra attention is needed label Apr 27, 2024
@josancamon19 josancamon19 self-assigned this May 1, 2024
@kodjima33 kodjima33 added this to the Kickstarter delivery milestone May 3, 2024
@josancamon19
Copy link
Collaborator

Summarization completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: Done
Development

No branches or pull requests

2 participants