* Added `TensorShareClient` for sending tensors over the network 23
* Updated `TensorProcessor` to encode and decode base64 bytes 23
* Added `TensorShareServer` schema and `from_dict` constructor for network exchange 28
* Added FastAPI integration code 28 29
* Created the `Usage` and `API Reference` sections of the documentation 29
* Add `numpy` as dependency for all backends 31