Skip to content

tkys/easyocr_streamlit_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyocr_streamlit_app

OCR-DEMO-Google-Chrome-2023-10-13-14-29-31.webm

0. store pretrained model files

$ mkdir ./model

#japanese model
$ wget https://github.com/JaidedAI/EasyOCR/releases/download/v1.3/japanese_g2.zip
$ unzip japanese_g2.zip -d ./model

#english model
$ wget https://github.com/JaidedAI/EasyOCR/releases/download/v1.3/english_g2.zip
$ unzip english_g2.zip -d ./model

1. build docker image

$ docker build  --tag crop_easy_ocr .

2. run app

$ docker run -it -p 8501:8501  crop_easy_ocr:latest

Go to http:https://localhost:8501


todo next

  • save logs with sqlite
  • docker image
  • @GPU
  • @ChatGPT-4 Vision API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published