Here's our product video!
Zoom in on productivity with automated meetings! Scribe is an automated note-taking application that enables users to focus on the call or quickly catch up on anything they missed.
The scribe pipeline can be broken into the following sections:
- Generate real-time meeting transcription as google drive doc
- Extract transcript from google drive using oauth
- Get user input to generate prompt
- Call GPT to get summary
- Combine summary into running summary for real-time presentation
- Display information to user!
There are a few manual steps before being able to run scribe.
This is a google chrome plugin that reads captions and saves them in Google Drive.
Email Jef ([email protected]), or reach Jef on Discord (Jef 🧶🐊 #7404). You'll need both of the following to oauth gdrive:
- app_credential.json file put in this (.../scribe) directory.
- added as a "test user" on google cloud.
Run the following command
pip install -r requirements.txt
The workflow is the following:
- Start meeting
- go to your google drive to get document handle
- start scribe
- input document handle into scribe
- start summarization!
In web mode:
python3 app.py
In terminal mode:
You MUST enter your OpenAI login details in scribe.py
in the function: get_gpt_chat(email="", password="")
. Then run:
python3 scribe.py
IMPORTANT: During oauth, you must press 'continue' on the left!