2025-08-08 12:15:38 -05:00
2025-08-08 12:15:38 -05:00
2026-01-10 12:54:06 -06:00
2025-08-08 12:19:30 -05:00
2025-08-08 12:19:30 -05:00

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.

S
Description
No description provided
Readme
31 KiB
Languages
C# 100%