Skip to content

Instantly share code, notes, and snippets.

@clemlesne
Last active November 14, 2024 13:00
Show Gist options
  • Save clemlesne/48681fa4e360ed09581dfa0a419e57e2 to your computer and use it in GitHub Desktop.
Save clemlesne/48681fa4e360ed09581dfa0a419e57e2 to your computer and use it in GitHub Desktop.
A shortcut for macOS/iOS to make meeting transcripts

Meeting transcription

To be used with macOS/iOS Shortcut app.

Install link for v0.2.0.

Features

  • Record the voice from the default microphone
  • Transcribe it with OpenAI Whisper
  • Summarize the notes with GPT-4o
  • Create a Note

Versions

v0.2.0

  • Add the current date in the LLM prompt
  • Create a Note

v0.1.0

  • Store the OpenAI API key in iCloud
  • Record the voice
  • Make the transcription
  • Generate a summary
  • Copy the summary to the clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment