/VietnameseRecognitionTool

Image Vietnamese Text Recognition Tool

Primary LanguagePython

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: