Skip to content

owenbrown/transcribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcribe

Real-time microphone transcription using Mistral's Voxtral Mini API.

Setup

  1. Get a Mistral API key from console.mistral.ai

  2. Create a .env file with your key:

    MISTRAL_API_KEY=your_key_here
    
  3. Install dependencies:

    uv sync

Usage

uv run python app/transcribe.py

Speak into your microphone and see transcriptions appear in real-time. Press Ctrl+C to stop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages