Skip to content

Instantly share code, notes, and snippets.

View eworks77's full-sized avatar
💭
enacting AGI

eworks77 eworks77

💭
enacting AGI
View GitHub Profile
@eworks77
eworks77 / whisper-audio-to-text.py
Last active February 6, 2023 21:20 — forked from rasbt/whisper-audio-to-text.py
Transcribes audio files using OpenAI Whisper
# Setup:
# conda create -n whisper python=3.9
# conda activate whisper
# https://github.com/openai/whisper
# pip install git+https://github.com/openai/whisper.git
# Usage:
# python whisper-audio-to-text.py --audio_dir my_files --out_dir texts
import argparse