AI Overview
This documentation gives an overview of meeting transcript and summarization features provided by ProCONF.
Features
Following are the features currently supported by ProCONF:
-
Meeting Catch-Up Feature
This feature is developed for a user who joins a meeting after it has started to get a summary of all the points discussed from the start of the meeting till the time he has joined.
-
End of Meeting Summarization
This feature summarizes the entire meeting in the following format:
- Date: The day on which the meeting was held.
- Attendees: List of People who attended the meeting.
- Discussion Points: The important points in the meeting.
- Action Items: Things to be done / Actions to be performed.
- Conclusion: Final conclusion of the meeting.
Note : For both these features to work, the subtitles need to be turned on. (Only English subtitles are supported for now.)
Components
-
Jigasi
This is one of the core component of jitsi ecosystem responsible for hosting the meeting.
-
Transcriber Component
Vosk is a Speech to Text transcriber used in this system. When the subtitles in a meeting are turned on, this component starts creating the live transcription and interfaces with Jigasi over Websocket for sending real-time speech to text events.
-
AI Framework
This component is responsible for managing the transcript files and creating the summary of the meeting transcriptions.
Refer to this document for API Specifications.