Skip to content

Script takes a Voice Memo from iCloud, transcribes it with Whisper AI and put it inside your Notion Database as a new page.

License

Notifications You must be signed in to change notification settings

rexolion/voice_memos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voice_memos

  graph LR;
      1["Record Voice Memo and put it inside your iCloud folder"]
      1-->2["Get an audio transcription with <code>Whisper AI</code>"];
      2-->3["Get a summary with <code>GPT4All</code>"];
      3-->4["Put it inside your Notion Database"];

Simple script takes a Voice Memo from iCloud, transcribes it with Whisper AI, summorize it with GPT4All and put it inside your Notion Database as a new page.

Install

Configuring

  1. Prepare your Notion Database, it should have following fields: date_recorded and duration. Make sure that you added your application to the connenctions of the database.
  2. Change variables inside the script: your iCloud folder with memos, Notion secret, Notion database to save transcriptions.
  3. Change language, sound file format, and/or model size, GPT4All prompt, if needed.
  4. Run it on with bash script.sh & to keep it on background.
  5. Enjoy you freshly baked transcriptions inside your Notion database.

Using

  1. Record your amazing speech with Voice Memos
  2. Move the recording to your selected iCloud folder
  3. Run bash script.sh
  4. Watch your note in Notion!
image

About

Script takes a Voice Memo from iCloud, transcribes it with Whisper AI and put it inside your Notion Database as a new page.

Topics

Resources

License

Stars

Watchers

Forks