Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Text Detection System:

This is text detection system implemented with TensorFlow Lite. The system can automatically detect text in images. It utilizes the Efficient and Accurate Scene Text Detector (EAST) algorithm for text detection. The Text Detection system was developed in the following process:

  • Cloning the EAST algorithm from a GitHub repository.
  • Uploading and processing images for text detection.
  • Converting the EAST model to TensorFlow Lite format for efficient execution on small devices.
  • Performing text detection inference on input images.
  • Post-processing the results to draw bounding boxes around detected text.

DEMO:

The following images are examples showcasing that the text detection system was able to successfully detect text (indicated by green rectangles):

textDetected-img1

textDetected

About

A system to detect Text from Images, utilizing python, openCV and TensorFlow Lite

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages