https://github.com/math-pixel/thetranscriber
https://github.com/math-pixel/thetranscriber
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/math-pixel/thetranscriber
- Owner: math-pixel
- Created: 2024-02-09T13:16:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T20:16:10.000Z (about 2 years ago)
- Last Synced: 2025-01-24T01:43:14.826Z (over 1 year ago)
- Language: Python
- Size: 65.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/math-pixel/TheTranscriber.git
```
> Navigate to the project directory:
```bash
cd TheTranscriber
```
> Install the dependencies
```bash
pip install -r requirements.txt
```
## Usage
> Just launch the program :p
```
python main.py
```
## Contributors
[
](https://github.com/math-pixel)
[
](https://github.com/Kibishi47)
[
](https://github.com/EthanCarollo)
[
](https://github.com/Anthony74742)
[
](https://github.com/Ilanou)
[
](https://github.com/P-Lrou)