Skip to content

Transcribe+ is a Python script that transcribes video recordings and extracts relevant code blocks from the transcripts, making it easier to catch up on missed lectures or summarize course material.

License

KINGLERMAN/transcribe_new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿 Transcribe New

(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

About

Transcribe+ is a Python script that transcribes video recordings and extracts relevant code blocks from the transcripts, making it easier to catch up on missed lectures or summarize course material.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages