File size: 879 Bytes
8aa24e3
ea15890
 
 
8aa24e3
 
 
 
 
ea15890
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Google Meet Transcript AI Notes

## Description

A python script designed to create relevant notes from a transcript of a Google Meet meeting. Currently, with the proper,
options configured, Google Meet will automatically create an AI transcript of your meetings which is saved to Google Drive. 
Often it is more useful to see just the notes from a meeting rather than the full transcript. This script uses OpenAI
prompts to create a detailed summary of the meeting from the transcript, as if it was taking notes in real time during 
the meeting.

You will need an OpenAI API key to use this project.

## Installation 

Run the setup.py file to install the requirements and create the config.ini file

# Usage

Ensure your transcript is a .txt file. 

Configure the name of your transcript and the name of the output notes file in the config.ini file. Run the main.py script.