TheTranscriber

Description

The Transcriber project aims to provide a tool for automatically transcribing videos from YouTube into text format. This tool utilizes speech recognition technology to convert spoken words in videos into written text, enabling users to obtain accurate and readable transcripts of YouTube videos.

Prerequisites

Before installing this project, make sure you have the following installed:

  • Python (version 3.9.6)
  • libmagic
  • codec-Klite (on windows)

Installation

Clone this repository to your local machine:

git clone https://github.com/math-pixel/TheTranscriber.git

Navigate to the project directory:

cd TheTranscriber

Install the dependencies

pip install -r requirements.txt

Usage

Just launch the program :p

python main.py

Contributors