Sign inSign up

omdbsd/ocr

By omdbsd

Updated over 2 years ago

Image
0

41

omdbsd/ocr repository overview

A pre-built docker image for trying chinesocr Environment info: Pytorch 1.0 Python 3.6 chineseocr can be cloned from https://github.com/chineseocr/chineseocr

For running the docker with CPU Only

  • How to play with this docker image:

    • docker pull omdbsd/ocr:pytorch1.0-cpu-py3.6
    • docker run -d -p 8080:8080 omdbsd/ocr:pytorch1.0-cpu-py3.6
    • access http://localhost:8080/ocr
  • How to use your model with this docker image:

    • Create a folder and copy all model into it. For example, mkdir /opt/chineseocr_models/
    • docker run -d -p 8080:8080 -v /opt/chineseocr_models/:/app/models omdbsd/ocr:pytorch1.0-cpu-py3.6
    • access http://localhost:8080/ocr

Tag summary

Content type

Image

Digest

sha256:e7d612c6a

Size

3 GB

Last updated

over 2 years ago

docker pull omdbsd/ocr:pytorch1.0-cpu-py3.6