The Easy Transcriber is a tool developed using PySide6 and using OpenAI whisper for transcribing audio and video files. It provides a user-friendly interface for selecting files, performing transcription, and saving transcribed text.
- Transcribe audio files (MP3 format) using the Whisper library.
- Transcribe video files (MP4 format) by extracting audio and performing transcription.
- Display transcribed text in the application window.
- Save transcribed text as an SRT (SubRip) file.
- Python: Programming language used for the development of the software.
- PySide6: Python bindings for the Qt framework, used for creating the graphical user interface.
- Whisper: A library for speech recognition and transcription.
- FFmpeg: A multimedia framework used for extracting audio from video files.
To run the Transcriber Software, follow these steps:
-
Install the required dependencies:
- Python (version X.X.X)
- PySide6
- Whisper library
- FFmpeg
-
Clone the project repository:
git clone https://github.com/your-username/transcriber-software.git
Navigate to the Project Directory:
cd EasyTranscriberRun the Application:
python ./main.py