Skip to main content

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:

  1. 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.

  2. End of Meeting Summarization

    This feature summarizes the entire meeting in the following format:

    1. Date: The day on which the meeting was held.
    2. Attendees: List of People who attended the meeting.
    3. Discussion Points: The important points in the meeting.
    4. Action Items: Things to be done / Actions to be performed.
    5. 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

  1. Jigasi

    This is one of the core component of jitsi ecosystem responsible for hosting the meeting.

  2. 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.

  3. 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.