deploifai / meteorite

A fast and simple web server for machine learning models
https://pypi.org/project/meteorite
MIT License
8 stars 1 forks source link

Graceful error handling, Fix args type to be a bytearray #3

Closed utkarsh867 closed 1 year ago

utkarsh867 commented 1 year ago
utkarsh867 commented 1 year ago

The main motivation behind this is to remove the need for bytearray(args) typecast every time. The data from the request will be passed as a bytearray already