Skip to content

harshlohia11/Text-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Detection

This is a program with the help of which you can detect text on a image or a live video stream from your webcam.

I have used the pre trained EAST model that detects the texts and return the bounding coordinates of the text in that particular image or a video frame. You can download the pre trained model from here

Pre-requisites to run the codes

You should have the following packages installed-

  • OpenCV- pip install OpenCv
  • Imutils- pip install imutils
  • numpy- pip install numpy

If you have installed the above packages then you are good to execute the code.

About

This is a program with the help of which you can detect text on a image or a live video stream from your webcam.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages