/MOM

MOM is a create chrome extension to integrate with online meetings in order to produce multilingual text and voice summarizer for taking Minutes of Meeting

Primary LanguageJavaScript

📌 Introduction

MOM is a create chrome extension to integrate with online meetings in order to produce multilingual text and voice summarizer for taking Minutes of Meeting

Project Objective

  1. To automate the tasks of making minutes of online meetings in order to save time and resources
  2. Summarized audio can be heard in the user's native language thus he will get a better understanding of the topic and breaks the language barrier

Methodology:

Step 1: Convert meeting to a textual format, using Speech Recognition

Step 2: The entire text will be summarized based on the ML model, NLTK library, and NLP to give us well- documented MOM

Step 3: Our app will allow converting the summarized text to multilingual languages, to remove the barrier of English.

Step 4: Moving a step ahead we will convert the summarized text to audio form thus providing help to visually impaired people.

Step 5: So our app will have 4 layering’s and will solve all the suggestions provided.

Functional Specifications:

• Transcription of Meeting: Convert meeting into textual format

• Summarization of Text: The entire meeting transcript is summarized to give well-documented MOM

• Translation into multiple regional languages: Summarized text will be available in regional languages.

• Text to Speech Conversion: Summarized text can be converted to audio, which will be helpful for visually challenged people.

• Email Notifications: Send mail to the user with his/her MOM

Technology:

• Frontend: React JS, Material UI, JavaScript, HTML, CSS

• Backend: Django ( Python Framework)

• Database: SQLite

• Other Technologies: Machine Learning, NLTK Library

Project Directory Structure

  1. MOM_Frontend: React App(Frontend)
  2. MeetSummarizer: Django Backend and NLP code
  3. Chrome Extension: Chrome Extension code