An open API service indexing awesome lists of open source software.

https://github.com/kostasereksonas/audio-transcriber

Simple Python audio transcriber using OpenAI's Whisper speech recognition model
https://github.com/kostasereksonas/audio-transcriber

audio audio-to-text openai openai-whisper pip python text transcription whisper youtube youtube-dl

Last synced: about 1 month ago
JSON representation

Simple Python audio transcriber using OpenAI's Whisper speech recognition model

Awesome Lists containing this project

README

        

# Audio-transcriber
Simple Python audio transcriber using OpenAI's Whisper speech recognition model

Table of Contents
=================
* [Prerequisites](#Prerequisites)
* [Instructions](#Instructions)

# Prerequisites

***Python 3.10*** was used to create a virtual environment for the script to run.

# Instructions

1. Create the virtual environment with python 3.10:

`python3.10 -m venv .`

2. Activate the virtual environment:

`source bin/activate`

3. Install required packages with pip

`pip install -r requirements.txt`

4. Run a program with Python3

4.1. For v1:
`python3 transcriber.py -u, --url `

4.2. For v2:
`./transcriber -u `