mikodin15k downloadsRecord voice notes, Fill in lost thoughts, Transcribe the audio, Summarize & Visualize the text - All in one clip
Transform your voice into insights with Scribe, an Obsidian plugin that not only records your voice and transcribes it, but summarizes, and enriches the note with the power of AI.
Dive into a seamless experience where your spoken words are effortlessly converted into a structured, easy-to-navigate knowledge base.
Forgot a phrase or concept while recording? Ask "Hey Scribe" followed by a question in the middle of recording and it will fill in the blanks for you
Settings.Get your key here - Open AI Developer Console - https://platform.openai.com/settings
Get your key in the AssemblyAI Dev Console https://www.assemblyai.com/app/account
Audio Input Device: Select which microphone to use for recording. By default, the system's default audio input device will be used.
Audio File Format: We only support .webm as browsers across all devices either support webm or wav. Because of the size, .wav is not considered
Disable LLM Transcription: If enabled, audio will not be sent to any LLM for transcription, providing privacy when needed.
Settings > Community Plugins.Scribe and click Install.Enable to activate Scribe.Scribe shines in mobile scenarios, gracefully handling interruptions or connectivity issues. If any step fails, simply resume without losing any progress. This is a WIP, you will never lose your audio, but it will regenerate the note, transcription and summary
Your insights, improvements, and feedback are what make Scribe better. Feel free to submit issues, pull requests, or suggestions to enhance the plugin further.
An deep bow, acknowledgement and gratitude to the innumerable nameless Humans from Colombia to the Phillipines to Kenya and beyond who used their intelligence and human hearts to help train what we are calling artificial intelligence.
https://www.noemamag.com/the-exploited-labor-behind-artificial-intelligence/ https://www.wired.com/story/millions-of-workers-are-training-ai-models-for-pennies/
A special thanks to Drew Mcdonald of the Magic Mic Plugin, this was super useful for learning how to access & use the audio buffers Also a special thanks to Mossy1022 of the Smart Memos Plugin including Mermaid Charts is SO useful, and I got that idea from your plugin.
Scribe is released under the MIT License. Feel free to use, modify, and distribute it as you see fit.
Got questions, feedback, or ideas? Reach out through GitHub Issues or join our Discord channel to become part of the Scribe community.
Q: Do I need both OpenAI and AssemblyAI keys?
A: An OpenAI key is essential, while the AssemblyAI key is optional but recommended for better transcription accuracy.
Q: Can I use Scribe offline?
A: Scribe requires an internet connection for transcription and summarization services. You can record offline and later use the Transcribe & Summarize Current File command on the Audio file to Scribe it.
Dive into a new era of note-taking with Scribe – Where your voice breathes life into ideas. 🌈✨
Getting plugins into Obsidian mobile without going through Obsidian Sync and without (blindly) publishing a new version of the plugin can be tricky.
I have the iPhone connected to my Mac via a cable and can find it in the Finder
Build the app npm run build:prod
Drag and drop /build/ into my Obsidian on device (not my vault but the root of Obsidian on My iPhone)
I then copy the contents of /build/ into my vault/plugins/scribe folder
I am using the app a-shell, to copy folders
pickFolder # navigate to Obsidian
ls -al # It should show all of your vaults and the `build` folder
mv ./build/* ./vault/.obsdian/plugins/scribe/
I open Obsidian and Reload app without saving