jsonify

how to pass a json String to a url using Flask

how to pass a json String to a url using Flask Question: I did create a machine learning model using Pytorch which i want to use as a webservice using Flask. The problem is that i don’t understand how i can pass a json-String to the url. Below is my code that I wrote to …

Total answers: 1