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

Automatically MOM generation #15532

Open
parvejsir opened this issue Jan 28, 2025 · 1 comment
Open

Automatically MOM generation #15532

parvejsir opened this issue Jan 28, 2025 · 1 comment
Labels
feature-request Issue which suggest an idea, enhancement or feature to implement

Comments

@parvejsir
Copy link

What problem are you trying to solve?

If a person is unable to attend a meeting, an automatic MOM (Minutes of Meeting) can be generated. By reading the MOM, they can get an idea of the meeting, including the decisions made, new ideas or approaches discussed, and other key points. This MOM can also be used to track the progress of tasks, documenting decisions or ideas from specific meetings.

What solution would you like to see?

Once the meeting ends, use an Automated System to generate the MOM. This could involve:
Using speech-to-text technology to convert the audio of the meeting into text (if the meeting is voice/video-based).
Extracting specific data like decisions, action points, and ideas from the meeting.
Natural Language Processing (NLP) tools can be used to structure and summarize the meeting discussion effectively.

Is there an alternative?

No response

@parvejsir parvejsir added the feature-request Issue which suggest an idea, enhancement or feature to implement label Jan 28, 2025
@saghul
Copy link
Member

saghul commented Jan 28, 2025

This is already possible, we provide the following building blocks:

  • Jitsi Meet: where the meeting happens
  • Jigasi: transcriber (can connect to Google Speech, Oracle or Skynet)
  • Skynet: Whisper engine that Jigasi connects to and provider for AI summaries

What's left as an "exercise to the reader" is to store the transcript, and use Skynet (or any other AI service for that matter) to create a summary / MOM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Issue which suggest an idea, enhancement or feature to implement
Projects
None yet
Development

No branches or pull requests

2 participants