STM_19 Summarizer is a Chrome extension that generates meeting transcripts and summaries. It works seamlessly on both Google Meet and Microsoft Teams. Additionally, it offers a web interface where users can access and download summaries of past meetings.
- As pickle file is above 1.3 gb it cannot be uploaded here, follow the below steps to get pickle file
- got to drive_link and download zip file
- unzip it and cut and paste it in the folder where all files are present or in folder where repo is cloned.
- download zip file and unzip extensions
- on chrome go to extension/ manage extension, switch on developer mode and click load unpacked
- upload the extension folder here, eg: GoogleMeetTranscript
- once it is done begin with the meeting as usual and click start button(will be added by extension).
- virtualenv env
- .\env\Scripts\activate.ps1
- pip install -r requirements.txt
- py app.py
-
This include a module email1.py, in this at line 70 replace xxx-xxx-xxx-xxxxxx with your password.
-
xxx-xxx-xxx-xxxxxx is the gmail authentication password use to send summary automatically on mail
-
to generate this key refer following video:
-
Also change the default receiver email_id at line 11.