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
- Host: GitHub
- URL: https://github.com/kostasereksonas/audio-transcriber
- Owner: KostasEreksonas
- License: mit
- Created: 2022-10-04T13:41:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T11:19:02.000Z (about 2 months ago)
- Last Synced: 2025-03-23T12:24:08.357Z (about 2 months ago)
- Topics: audio, audio-to-text, openai, openai-whisper, pip, python, text, transcription, whisper, youtube, youtube-dl
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 34
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio-transcriber
Simple Python audio transcriber using OpenAI's Whisper speech recognition modelTable 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 `