nhatphongdo / VietnameseRecognitionTool

Image Vietnamese Text Recognition Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. Demo

Image Text Recognition Tool

2. Deploy by docker

2.1. Check your ip address in ubuntu

ip addr show

ipv4 address begin with 192.168.x.x

Then, replace the value of ip_addr in file app.py by your ip address

ip_addr = "192.168.1.187"

2.2. Build streamlit image separately

docker build -t streamlit -f ./DockerfileStreamlit .

2.3 Build and start server

docker-compose up

You can view my Streamlit app in your browser:

About

Image Vietnamese Text Recognition Tool


Languages

Language:Python 96.4%Language:Dockerfile 3.6%