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

Edit example to show custom port usage, add better logging for HTTP requests #5

Closed utkarsh867 closed 1 year ago

utkarsh867 commented 1 year ago

meteorite restricted the port for the API to be 4000. That issue has been solved by having an Option port parameter for the definition of the start function.

utkarsh867 commented 1 year ago

Found duplicate #4.

I'll change this PR to focus on changing the examples, and fixing some logging issues only.