iTranscriber can assist you in transcribing audio files (audio.mp3) to text files (text_file.docx) for free and without limitations.
Clone the iTranscriber repository:
git clone https://github.com/bsthen/iTranscriber.git && cd iTranscriberDouble click install.bat Or
Create a virtual environment:
python3 -m venv envIf you don't have virtual environments installed, you can find instructions here.
Activate the environment on Linux or macOS:
source env/bin/activateOr activate the environment on Windows:
\env\Scripts\activate.batInstall dependencies:
pip3 install -r requirements.txtpython3 main.pyOr double click on iTranscriber.bat
Follow the instructions on the console of iTranscriber.
- The transcription process may take a significant amount of time for your audio file.
- During the initial setup, the project will take one or two minutes to download AI models.
So, relax, grab a coffee, and enjoy the process ☕️💖.