deploy-ml-model icon indicating copy to clipboard operation
deploy-ml-model copied to clipboard

Deploying a simple machine learning model to an AWS ec2 instance using flask and docker.

Results 1 deploy-ml-model issues
Sort by recently updated
recently updated
newest added

Getting error while sending test data using curl in local server **app.py:** _return self.view_functions[rule.endpoint](**req.view_args) File "app.py", line 28, in get_prediction data = np.array(data)[np.newaxis, :] # converts shape from (4,) to...