Skip to content

A basic transcriber that can take a directory of audio files and output a transcription in a txt file.

Notifications You must be signed in to change notification settings

ACMClassicalCode/peterscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A basic transcriber that can take a directory of audio files and output a transcription in a txt file.

Currently only supports mp3 files!

Put files you want to transcribe within a directory called assets at the root of the repo

To use:

  1. Install python packages (within a venv if you want decent organization):

pip install -r requirements.txt

  1. Put files you want to transcribe within a directory called assets at the root of the repo

  2. Run src/main.py

About

A basic transcriber that can take a directory of audio files and output a transcription in a txt file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages