0ptim / Whisper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script to transcribe some audio files using the OpenAI whisper API.

Python basic commands

Create virtual environment

python -m venv venv

Activate virtual environment

.\venv\Scripts\activate

Deactivate virtual environment

Deactivate

Install all project dependencies

pip install -r requirements.txt

About


Languages

Language:Python 100.0%