What it is:

Python application that transcribes voice memos and imports the text, along with an AI-generated summary, into Notion.

What I did:

  • Python app to automate voice memo transcription and note creation in Notion.
  • Early experience developing with multiple APIs
  • OpenAI API (WhisperAI for transcription, GPT-3 for summaries).
  • Google Cloud Services for continuous operation.
  • Notion API for note input.

GitHub repository for the Voice to Notion app here.

Video demonstration of Voice to Notion App (2m 47s)

Read Full Post Details...

I created a Voice-to-Notion app with Python that transcribes voice files and inputs them into Notion, a note-taking app. It uses the OpenAI API for WhisperAI and GPT-3 for transcription and summary generation, as well as Google Cloud Services and Notion APIs. The app runs on Google Cloud continuously, waiting for new voice files to enter a folder. The reason for creating this app was that the applications on the market did not do exactly what I wanted and needed.

Video demonstration (click image to watch on YouTube):

Watch the video