Skip to content

Ugenteraan/gRPC-image-streaming

Repository files navigation

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages