Ugenteraan / gRPC-image-streaming

Stream image bytes to the server one row at a time!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Bytes Stream to Server through gRPC

Streaming large image files through gRPC one row at a time. The image is reconstructed in the server to verify the method's correctness.

Server

To test this project, run these two commands below in two different terminals.

  python server_grpc.py

Client

  python client_grpc.py

License

MIT

About

Stream image bytes to the server one row at a time!


Languages

Language:Python 100.0%