You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the package can help a python user within a shell. For proper service separation, it would be good that the risk scoring is on a different resource than the API or the platform, which means that it needs to be able to communicate.
We should then wrap this in a web server (fastapi for instance) to expose correctly the model. More specifically, this would ideally require the following:
a web-app built with FastAPI
a dockerfile to have requestable container
setting up heroku deployment
The text was updated successfully, but these errors were encountered:
Currently, the package can help a python user within a shell. For proper service separation, it would be good that the risk scoring is on a different resource than the API or the platform, which means that it needs to be able to communicate.
We should then wrap this in a web server (fastapi for instance) to expose correctly the model. More specifically, this would ideally require the following:
The text was updated successfully, but these errors were encountered: