https://github.com/cybergen49/ai-note-taker
A clientside-only webapp that uses OpenAI's whisper and GPT models to transcribe audio and convert the transcript to notes, summaries, or other more concise content.
https://github.com/cybergen49/ai-note-taker
ai api gpt note-taking openai productivity summarizer whisper
Last synced: about 1 year ago
JSON representation
A clientside-only webapp that uses OpenAI's whisper and GPT models to transcribe audio and convert the transcript to notes, summaries, or other more concise content.
- Host: GitHub
- URL: https://github.com/cybergen49/ai-note-taker
- Owner: CyberGen49
- Created: 2025-02-13T00:11:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T05:03:38.000Z (over 1 year ago)
- Last Synced: 2025-04-08T12:18:19.451Z (about 1 year ago)
- Topics: ai, api, gpt, note-taking, openai, productivity, summarizer, whisper
- Language: JavaScript
- Homepage: https://notetaker.cybah.me/
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Note Taker
A clientside-only webapp that uses OpenAI's whisper and GPT models to transcribe audio and convert the transcript to notes, summaries, or other more concise content.
The app requires that you supply your own OpenAI API key so you are solely responsible for your inputs and their associated cost.
The webapp is hosted using GitHub Pages and it's available at .