(Turn Speech into Text with Ease!)
_.-^^---....,,--
_-- --_
< >)
| |
\._ _./
```--. . , ; .--'''
| | |
.-=|| | |=-.
`-=#$%&%$#=-'
| ; :|
_____.,-#%&$@%#&#~,._____
# Transcribe+
**Transcribe+** is a Python script designed to help students catch up on missed lectures by transcribing video recordings and extracting relevant code blocks from the transcripts. It uses the Whisper model for transcription and regular expressions for code extraction.
## Features
- Transcribe videos in `.mp4`, `.mkv`, and `.mov` formats.
- Extract HTML, CSS, and JavaScript code blocks from the transcripts.
- Save the combined transcript and extracted code blocks into separate files.
## Requirements
- Python 3.x
- whisper
- tqdm
## Installation
1. Clone the repository:
```sh
git clone https://github.com/KINGLERMAN/transcribe_new.git
cd transcribe_new