how to properly create a fastapi for a classifier?
I’m trying to use fastapi e uvicorn to make a prediction. I’ve already trained the model on my Pycharm project. It works. Next step is to deploy via FastAPI. Should be kinda straightforward: in the url/docs i should load the pickle file with the weights and the csv with the data. Then i should retrieve the output with the results.