Skip to content

sudarshan24-byte/Text-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Detection

Text Detection using Python, OpenCV and EasyOCR

Technologies

  • Python
  • OpenCV
  • EasyOCR

Screenshots

Screenshot 2024-02-05 223830

Run Locally

Clone the project

  git clone https://github.com/sudarshan24-byte/Text-Detection.git

Install dependencies

Create Virtual Environment

  virtualenv venv

Activate Environment

Windows

  venv\Scripts\activate

Git bash

  source venv/Scripts/activate

Install required packages

  pip install -r requirements.txt

Run Project

  python main.py

Profile

portfolio

linkedin

Authors

About

Text Detection using Python, OpenCV and EasyOCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages