- WebRTC server for flutter app
- Image to text translation
- Run
./bin/server-linux-amd64
Open https://0.0.0.0:8086.
- Install tesseract-ocr
- Go is required in the system
- Clone the repository, run
make
. - Run
./bin/server-{platform}-{arch}
. - Your server is live.
This example can only be used for LAN testing. If you need to use it in a production environment, you need more testing and and deploy an available turn server.