How to download CSV file with results of computer vision model prediction from Python web app?
My computer vision model is deployed in the Django web application. It takes images as input and produces results which I want to pack into the CSV file and let the user download it. How can I do this?