Skip to content

hanniavalera/block-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Block Music

Prerequisites

  • Python 3.x
  • OpenCV (cv2 library)
  • Pytesseract
  • Tesseract OCR
  • Pydub
  • Numpy
  • Simpleaudio

Installation

  1. Install Python 3.x

  2. Install the required Python libraries

  3. Install Tesseract OCR and Pytesseract, Numpy, Simpleaudio, and Pydub - use pip

How It Works

  1. The script initializes the webcam and captures frames continuously.
  2. Each frame is converted to grayscale to simplify the image processing.
  3. Tesseract OCR processes the grayscale images to detect and decode text.
  4. The video frame along with any detected text is displayed in real-time.
  5. The script runs in a loop until the 'q' key is pressed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors