Skip to content

iTranscriber can assist you in transcribing audio files (audio.mp3) to text files (text_file.docx) for free and without limitations.

Notifications You must be signed in to change notification settings

bsthen/iTranscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTranscriber

Introduction

iTranscriber can assist you in transcribing audio files (audio.mp3) to text files (text_file.docx) for free and without limitations.

Requirement

  • Python3.11
  • OpenAI Wishper
  • FFMPEG (Installation on Windows, Mac or Ubuntu)
  • Audio Speak In English

Installations

Clone the iTranscriber repository:

git clone https://github.com/bsthen/iTranscriber.git && cd iTranscriber

Double click install.bat Or

Create a virtual environment:

python3 -m venv env

If you don't have virtual environments installed, you can find instructions here.

Activate the environment on Linux or macOS:

source env/bin/activate

Or activate the environment on Windows:

\env\Scripts\activate.bat

Install dependencies:

pip3 install -r requirements.txt

Running the Application

python3 main.py

Or double click on iTranscriber.bat

Follow the instructions on the console of iTranscriber.

Note

  • 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 ☕️💖.

About

iTranscriber can assist you in transcribing audio files (audio.mp3) to text files (text_file.docx) for free and without limitations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published