JhonatanAiT14

🎀 dictate.sh - Quick and Easy Speech Transcription

Download dictate.sh

πŸ“– Overview

dictate.sh provides quick and efficient speech transcription for users on Apple Silicon. This application uses advanced machine learning techniques for fast speech recognition, enabling users to convert speech into text seamlessly. With its simple setup, anyone can start talking and transcribing in no time.

πŸš€ Getting Started

To begin using dictate.sh, follow these steps:

  1. Download the Application
    You need to visit the Releases page to download the latest version of dictate.sh.

  2. Install Prerequisites
    Make sure you have the following requirements:
    • A Mac with Apple Silicon.
    • Python version 3.10 or higher.
    • uv installed on your machine.
    • Microphone access granted to your terminal application.
  3. Set Up Your Environment
    If you do not have Python or uv installed, you can use a package manager like Homebrew to install them:
    brew install python
    pip install uv
    

πŸ“₯ Download & Install

To get started, visit the Releases page and download the latest version of dictate.sh. After downloading, follow the instructions to set it up on your machine.

🎀 How to Use

Once you have dictate.sh installed, you can easily run it from your terminal. Here’s how:

  1. Run the Speech Transcription
    Open your terminal and navigate to the folder containing dictate.sh. Run the application using:
    uv run stt.py
    
  2. Using Intent Analysis
    If you want to enable intent analysis, simply add the --analyze flag:
    uv run stt.py --analyze
    
  3. Using Different ASR Models
    You can choose a different ASR model by using the --model flag:
    uv run stt.py --model mlx-community/Qwen3-ASR-1.7B-8bit
    
  4. List Audio Devices
    To see all available audio input devices on your system, run:
    uv run stt.py --list-devices
    
  5. Select a Specific Audio Device
    If you want to use a specific audio input device, use the --device option:
    uv run stt.py --device 3
    

πŸ› οΈ Requirements

Before using dictate.sh, ensure that your system meets the following requirements:

🌟 Features

πŸ“Š Troubleshooting

If you encounter issues while running dictate.sh, check the following:

For additional support or to report issues, visit our GitHub repository and create an issue.

πŸ”— Learn More

Explore additional resources and documentation in the GitHub repository to enhance your understanding and usage of dictate.sh.

Remember, you can always return to the Releases page to check for the latest updates.

Download dictate.sh