NeuroVox

by synaptic-labs-ai
5
4
3
2
1
Score: 43/100

Description

Obsidian plugin for transcription and generation

Reviews

No reviews yet.

Stats

33
stars
3,881
downloads
9
forks
21
days
2
days
21
days
12
total PRs
1
open PRs
2
closed PRs
9
merged PRs
19
total issues
6
open issues
13
closed issues
19
commits

Latest Version

21 days ago

Changelog

What's Changed

Full Changelog: https://github.com/Synaptic-Labs-AI/NeuroVox/compare/1.1.5...1.1.6

README file from

Github

NeuroVox

NeuroVox is an Obsidian plugin that enhances your note-taking with voice transcription and AI capabilities. Record your voice, transcribe it, and apply custom AI prompts to the transcription.

Features

  • Voice Recording: A mic icon will appear in your note, which you can press to record.
  • Transcription: Automatically transcribes your voice recordings using the OpenAI Whisper API along with Groq.
  • Custom Prompts: Apply custom prompts to the transcription to summarize, extract to-dos, or other actions.
  • Audio Playback: Embeds the audio file in your note for easy access.
  • Embedded Output: Transcriptions and AI-generated outputs are embedded in your notes as callouts wherever your cursor is.

Installation

  1. Download the NeuroVox plugin from Community Plugins.
  2. Enable the plugin from the Obsidian settings by toggling it on.
  3. Input your OpenAI, Deepgram and/or Groq API Key (instructions below).
  4. Choose a folder to save the Recordings.
  5. Turn on the Floating Button Mic (optional), or otherwise use the toolbar icon or command pallette to start a recording.

API Key Setup

If you need to obtain an OpenAI API key, follow the steps below:

Steps to Get an API Key

  1. Create an Account:

  2. Access API Keys:

    • Log in to your account.
    • OpenAI: Click on the ⚙️ in the top right corner and select "API Keys" from the dropdown menu.
    • Groq: Click "API Keys" on the left sidebar.
    • Deepgram: Click the "Free API key button in the top right.
  3. Create a New Key:

    • On the API Keys page, click "Create new secret key."
  4. Secure Your API Key:

    • Copy the newly generated API key into the 🔑 Api Keys accordion in the Neurovox Settings. Treat this key like a password and do not share it with anyone.
  5. Billing Information:

    • You need to add billing information to your account to make API calls.

Contribution

Contributions are welcome! Please fork the repository, make your changes, and open a pull request.

Support

For support or to report issues, use the GitHub Issues page for this repository.