Files
dotnet-local-transcription/README.md
T

955 B

dotnet-local-transcription

A simple .NET-based tool for local audio transcription. This project provides a straightforward way to transcribe audio files on your machine, leveraging .NET for fast and reliable processing.

Features

  • Local audio transcription (no cloud required)
  • Easy to use command-line interface
  • Fast and efficient processing
  • Open source and MIT licensed

Getting Started

Prerequisites

Usage

  1. Clone the repository:

    git clone https://github.com/yourusername/dotnet-local-transcription.git
    cd dotnet-local-transcription
    
  2. Build the project:

dotnet build
  1. Run the transcription tool:
dotnet run -- <path-to-audio-file>

Replace <path-to-audio-file> with the path to your audio file.

License

This project is licensed under the MIT License. See LICENSE.md for details.